mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -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
|
|
@ -702,7 +702,7 @@
|
|||
"revision": "a7f11d946b44244f71df41d2a78af0665d618dae"
|
||||
},
|
||||
"tlaplus": {
|
||||
"revision": "3896a5be761f04ffb22a841b2a0672f7a8a43ef9"
|
||||
"revision": "7455f17038d551ecd2b082c39e4a63bcb403e158"
|
||||
},
|
||||
"tmux": {
|
||||
"revision": "10737f5dc4d8e68c9667f11a6996688a1185755f"
|
||||
|
|
|
|||
|
|
@ -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