mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
feat(liquid): add new parser tree-sitter-liquid (#6359)
(templating language)
This commit is contained in:
parent
29f176c257
commit
f84887230a
5 changed files with 164 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue