| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-26 | feat(spell): support more languages | Lewis Russell | |
| 2022-08-03 | Split func/method definition from calls in several programming language queries | lfenzo | |
| 2021-11-28 | zig: work around for hang neovim | maxxnino | |
| 2021-11-23 | zig: highlight zig format, type and function | maxxnino | |
| 2021-10-21 | Highlight zig add missing AssignOp | maxxnino | |
| 2021-09-20 | Zig queries: highlight, fold and indent | maxxnino | |
| * fold for if/while/for * highlight "_" for ignore variable * highlight "c" for PtrTypeStart * highlight "?" for optional type * remove duplicate query node in indent | |||
| 2021-08-24 | highlight(zig) highlight all caps is a constant | maxxnino | |
| * in some context, like translate c macro * which is use all CAPS for define constant | |||
| 2021-08-23 | highlight(zig): rework query | maxxnino | |
| * improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string | |||
| 2021-08-12 | highlights(zig): label, switch item, operator, punctuation, field property ↵ | maxxnino | |
| (#1685) Co-authored-by: maxxnino <idonthaveemail@dontknow.com> | |||
| 2021-08-11 | Update new query and parser for zig | maxxnino | |
| 2021-08-04 | highlights(zig): function return type, var decl type | maxxnino | |
| 2021-08-04 | highlights(zig): highlight enum,union,error and custom number type | maxxnino | |
| * highlight enum field as a constant * highlight cImport and constructor * highlight else_switch enum constant | |||
| 2021-07-08 | highlights(zig): highlight true,false | Stephan Seitz | |
| 2021-07-05 | highlights(zig): highlight `unreachable` | Stephan Seitz | |
| 2021-07-04 | feat(keywords) merge return and yield into keyword.return group | antonk52 | |
| 2021-07-04 | feat(keywords) add keyword.return & keyword.yield | antonk52 | |
| 2021-07-04 | highlights(zig): use `@string.escape` for escape sequences | Stephan Seitz | |
| 2021-06-10 | Update zig highlights | Gregory Anders | |
| Highlight the built-in `@import` function with the TSInclude highlight group. Also highlight character literals using TSCharacter instead of TSNumber. | |||
| 2021-04-02 | improved zig grammar and queries | Himujjal | |
| 2021-04-02 | fixed some errors | Himujjal | |
| 2021-03-30 | Import highlights.scm from tree-sitter-zig | Stephan Seitz | |
| 2021-03-23 | Added Zig grammar | Himujjal | |
