fix(liquidsoap): move scanner to C

This commit is contained in:
Christian Clason 2024-03-23 22:51:55 +01:00
parent b009aba903
commit 8532b1d941
2 changed files with 2 additions and 2 deletions

View file

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