Skip to content

Commit

Permalink
Add hcl and terraform configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
reegnz committed Jan 31, 2024
1 parent 1277b4a commit 1ed4f0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/ts_context_commentstring/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ M.config = {
graphql = '# %s',
haskell = '-- %s',
handlebars = '{{! %s }}',
hcl = { __default = '# %s', __multiline = '/* %s */' },
html = '<!-- %s -->',
lua = { __default = '-- %s', __multiline = '--[[ %s ]]' },
nix = { __default = '# %s', __multiline = '/* %s */' },
Expand All @@ -79,6 +80,7 @@ M.config = {
solidity = { __default = '// %s', __multiline = '/* %s */' },
sql = '-- %s',
svelte = '<!-- %s -->',
terraform = { __default = '# %s', __multiline = '/* %s */' },
twig = '{# %s #}',
typescript = { __default = '// %s', __multiline = '/* %s */' },
vim = '" %s',
Expand Down

0 comments on commit 1ed4f0e

Please sign in to comment.