aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/zig/highlights.scm
Commit message (Collapse)AuthorAge
* update zig grammar and highlight rules (#3621)voroskoi2022-09-02
|
* Update zig tree-sitter (#1501)voroskoi2022-01-14
| | | | | | use latest upstream version move comptime from @keyword.function to @keyword.directive use AssignOp enhance indents
* Updated tree-sitter query scopes (#896)Kirawi2021-11-03
| | | | | | | | | | | | | | | | | | * updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml
* Zig tree-sitter rework (#811)voroskoi2021-10-05
| | | | | - update tree-sitter-zig subproject - use highlights.scm from upstream, just use helix scopes - update indents.toml, this one actually works
* Add zig tree-sitter support (#631)voroskoi2021-08-28
* Add initial zig tree-sitter support * zig/highlights.scm: remove unnecessary queries * Add zig/indents.toml