diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 0d1cedee3..2e4ff1c63 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -348,6 +348,16 @@ list.haskell = { } } +list.hcl = { + install_info = { + url = "https://github.com/MichaHoffmann/tree-sitter-hcl", + files = {"src/parser.c", "src/scanner.cc"}, + branch = "main" + }, + filetype = "hcl", + used_by = {"tf", "tfvars"} +} + -- FIXME(vigoux): markdown is broken for now -- list.markdown = { -- install_info = { |
