mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -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
|
|
@ -1134,7 +1134,7 @@ list.linkerscript = {
|
|||
list.liquidsoap = {
|
||||
install_info = {
|
||||
url = "https://github.com/savonet/tree-sitter-liquidsoap",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@toots" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue