From da2336ea80d4d2353fb9ee8301f1ef853c14f917 Mon Sep 17 00:00:00 2001 From: Andrew Helwer Date: Wed, 18 Aug 2021 12:48:01 -0400 Subject: Added TLA+ grammar & queries --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2