mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
feat(tlaplus): move to C scanner
This commit is contained in:
parent
6e7b41106e
commit
e2ba4d2af1
2 changed files with 2 additions and 2 deletions
|
|
@ -2043,7 +2043,7 @@ list.tiger = {
|
|||
list.tlaplus = {
|
||||
install_info = {
|
||||
url = "https://github.com/tlaplus-community/tree-sitter-tlaplus",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
filetype = "tla",
|
||||
maintainers = { "@ahelwer", "@susliko" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue