diff options
| author | Andrew Helwer <ahelwer@protonmail.com> | 2021-08-18 12:48:01 -0400 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-08-20 18:56:14 +0200 |
| commit | da2336ea80d4d2353fb9ee8301f1ef853c14f917 (patch) | |
| tree | 4639d8398a5b50b5a0275df77899ec754a7cbfc2 /lua/nvim-treesitter | |
| parent | 955f19c64a9c7d395a856ce29d82775278d5e5ef (diff) | |
Added TLA+ grammar & queries
Diffstat (limited to 'lua/nvim-treesitter')
| -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 50887c32..72bee00e 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", |
