mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(ziggy): add ziggy parser and queries
[Ziggy](https://github.com/kristoff-it/ziggy) is a data serialization format used in the zine static site generator.
This commit is contained in:
parent
d1e1f17cea
commit
1a6fa428b8
4 changed files with 63 additions and 0 deletions
|
|
@ -2564,6 +2564,15 @@ list.zig = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.ziggy = {
|
||||
install_info = {
|
||||
url = "https://github.com/kristoff-it/ziggy",
|
||||
files = { "src/parser.c" },
|
||||
location = "tree-sitter-ziggy",
|
||||
},
|
||||
maintainers = { "@rockorager" },
|
||||
}
|
||||
|
||||
list.templ = {
|
||||
install_info = {
|
||||
url = "https://github.com/vrischmann/tree-sitter-templ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue