diff options
| author | Andrew Helwer <ahelwer@users.noreply.github.com> | 2022-02-03 13:12:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-03 19:12:22 +0100 |
| commit | b12c10778c4eb16bdaaed3a4b11397039b81d9f5 (patch) | |
| tree | 729e4b1a992bae2b0ecb2e00d3326d01c78b62b8 /lua | |
| parent | fix(utils): adjust truncation condition (diff) | |
| download | nvim-treesitter-b12c10778c4eb16bdaaed3a4b11397039b81d9f5.tar nvim-treesitter-b12c10778c4eb16bdaaed3a4b11397039b81d9f5.tar.gz nvim-treesitter-b12c10778c4eb16bdaaed3a4b11397039b81d9f5.tar.bz2 nvim-treesitter-b12c10778c4eb16bdaaed3a4b11397039b81d9f5.tar.lz nvim-treesitter-b12c10778c4eb16bdaaed3a4b11397039b81d9f5.tar.xz nvim-treesitter-b12c10778c4eb16bdaaed3a4b11397039b81d9f5.tar.zst nvim-treesitter-b12c10778c4eb16bdaaed3a4b11397039b81d9f5.zip | |
Updated TLA+ version, queries, maintainers (#2442)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 1ec1748f3..fa1b0b895 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", } |
