diff options
| author | mhoffm <mhoffm@posteo.de> | 2021-06-30 08:05:28 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-07-02 01:56:25 +0200 |
| commit | 54eb49bf9c95da3192c9263b8d6565a4ed39ec3a (patch) | |
| tree | 68644d691e6c3d13ae9980c1f5a7970e70188cfe /lua/nvim-treesitter | |
| parent | 3df418ae8afca0f49279a2b63a73845e618a88d1 (diff) | |
add used_by directive for some of the tools that are using hcl
Diffstat (limited to 'lua/nvim-treesitter')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 5dca19ac..6c846f52 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -355,6 +355,7 @@ list.hcl = { branch = "main" }, filetype = "hcl", + used_by = { "terraform", "packer", "nomad" }, } -- FIXME(vigoux): markdown is broken for now |
