summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter
diff options
context:
space:
mode:
authorAndrew Helwer <ahelwer@users.noreply.github.com>2022-02-03 13:12:22 -0500
committerGitHub <noreply@github.com>2022-02-03 19:12:22 +0100
commitb12c10778c4eb16bdaaed3a4b11397039b81d9f5 (patch)
tree729e4b1a992bae2b0ecb2e00d3326d01c78b62b8 /lua/nvim-treesitter
parent50cf31065c1e3502d8964bb3674b95567d752074 (diff)
Updated TLA+ version, queries, maintainers (#2442)
Diffstat (limited to 'lua/nvim-treesitter')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 1ec1748f..fa1b0b89 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -469,7 +469,7 @@ list.tlaplus = {
url = "https://github.com/tlaplus-community/tree-sitter-tlaplus",
files = { "src/parser.c", "src/scanner.cc" },
},
- maintainers = { "@ahelwer" },
+ maintainers = { "@ahelwer", "@susliko" },
filetype = "tla",
}