Add zig support

This commit is contained in:
Allan Calix 2024-01-24 20:07:18 -08:00
parent 37647a67a7
commit e5b71cc6ac
No known key found for this signature in database
10 changed files with 430 additions and 0 deletions

View file

@ -0,0 +1,22 @@
[
(Block)
(ContainerDecl)
(SwitchExpr)
(InitList)
] @indent
[
"("
")"
"["
"]"
"{"
"}"
] @branch
[
(line_comment)
(container_doc_comment)
(doc_comment)
(LINESTRING)
] @ignore