mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(liquidsoap): move scanner to C
This commit is contained in:
parent
b009aba903
commit
8532b1d941
2 changed files with 2 additions and 2 deletions
|
|
@ -378,7 +378,7 @@
|
||||||
"revision": "f99011a3554213b654985a4b0a65b3b032ec4621"
|
"revision": "f99011a3554213b654985a4b0a65b3b032ec4621"
|
||||||
},
|
},
|
||||||
"liquidsoap": {
|
"liquidsoap": {
|
||||||
"revision": "fb062bfc7ca09a741820debb7cb8a75a557b30f9"
|
"revision": "09a9e31e2af734a8974dad6ed349648f601eee8c"
|
||||||
},
|
},
|
||||||
"llvm": {
|
"llvm": {
|
||||||
"revision": "1b96e58faf558ce057d4dc664b904528aee743cb"
|
"revision": "1b96e58faf558ce057d4dc664b904528aee743cb"
|
||||||
|
|
|
||||||
|
|
@ -1134,7 +1134,7 @@ list.linkerscript = {
|
||||||
list.liquidsoap = {
|
list.liquidsoap = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/savonet/tree-sitter-liquidsoap",
|
url = "https://github.com/savonet/tree-sitter-liquidsoap",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
},
|
},
|
||||||
maintainers = { "@toots" },
|
maintainers = { "@toots" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue