feat(tlaplus): move to C scanner

This commit is contained in:
Christian Clason 2024-03-22 18:05:45 +01:00
parent 6e7b41106e
commit e2ba4d2af1
2 changed files with 2 additions and 2 deletions

View file

@ -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" },