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:
Tim Culverhouse 2024-09-09 09:19:58 -05:00 committed by Christian Clason
parent d1e1f17cea
commit 1a6fa428b8
4 changed files with 63 additions and 0 deletions

10
queries/ziggy/indents.scm Normal file
View file

@ -0,0 +1,10 @@
[
(struct)
(map)
(array)
] @indent.begin
[
"]"
"}"
] @indent.end