diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 50887c323..72bee00e5 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -391,6 +391,15 @@ list.hcl = { -- } -- } +list.tlaplus = { + install_info = { + url = "https://github.com/tlaplus-community/tree-sitter-tlaplus", + files = { "src/parser.c", "src/scanner.cc" } + }, + maintainers = { "@ahelwer" }, + filetype = "tlaplus" +} + list.toml = { install_info = { url = "https://github.com/ikatyang/tree-sitter-toml", |
