feat(liquid): add new parser tree-sitter-liquid (#6359)

(templating language)
This commit is contained in:
Hank Jackson 2024-03-29 04:47:26 -04:00 committed by GitHub
parent 29f176c257
commit f84887230a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 164 additions and 0 deletions

View file

@ -1131,6 +1131,14 @@ list.linkerscript = {
maintainers = { "@amaanq" },
}
list.liquid = {
install_info = {
url = "https://github.com/hankthetank27/tree-sitter-liquid",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@hankthetank27" },
}
list.liquidsoap = {
install_info = {
url = "https://github.com/savonet/tree-sitter-liquidsoap",