Skip to content

Commit

Permalink
feat(ft): added hcl support (#398)
Browse files Browse the repository at this point in the history
.hcl files are the same as .tf files, fixes #382.
  • Loading branch information
favadi authored Jun 9, 2024
1 parent 8804df5 commit a1d5d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ local L = setmetatable({
handlebars = { M.handlebars, M.handlebars },
haskell = { M.dash, M.haskell_b },
haxe = { M.cxx_l, M.cxx_b },
hcl = { M.hash, M.cxx_b },
heex = { M.html, M.html },
html = { M.html, M.html },
htmldjango = { M.html, M.html },
Expand Down

0 comments on commit a1d5d1b

Please sign in to comment.