Skip to content

Commit a1d5d1b

Browse files
authored
feat(ft): added hcl support (#398)
.hcl files are the same as .tf files, fixes #382.
1 parent 8804df5 commit a1d5d1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ local L = setmetatable({
8383
handlebars = { M.handlebars, M.handlebars },
8484
haskell = { M.dash, M.haskell_b },
8585
haxe = { M.cxx_l, M.cxx_b },
86+
hcl = { M.hash, M.cxx_b },
8687
heex = { M.html, M.html },
8788
html = { M.html, M.html },
8889
htmldjango = { M.html, M.html },

0 commit comments

Comments
 (0)