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

@ -702,7 +702,7 @@
"revision": "a7f11d946b44244f71df41d2a78af0665d618dae"
},
"tlaplus": {
"revision": "3896a5be761f04ffb22a841b2a0672f7a8a43ef9"
"revision": "7455f17038d551ecd2b082c39e4a63bcb403e158"
},
"tmux": {
"revision": "10737f5dc4d8e68c9667f11a6996688a1185755f"

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