| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat(zig): improve indents (#7471) | Vincent Rischmann | 2024-12-15 | 1 | -0/+5 |
| * | feat(zig): add locals queries (#7401) | AtomToast | 2024-11-28 | 1 | -0/+95 |
| * | fix(zig): begin indent at `struct_declaration` | Yi Ming | 2024-11-15 | 1 | -0/+1 |
| * | feat!: switch upstream Zig parser | Amaan Qureshi | 2024-08-30 | 4 | -144/+198 |
| * | fix(zig): add some missing highlights | Riley Bruins | 2024-07-23 | 1 | -6/+10 |
| * | feat(zig): misc improvements | Riley Bruins | 2024-05-14 | 1 | -15/+21 |
| * | feat: standardize and document export keywords | Riley Bruins | 2024-05-13 | 1 | -2/+4 |
| * | feat: more `@keyword.type` captures | Riley Bruins | 2024-05-01 | 1 | -3/+6 |
| * | feat(highlights)!: `@keyword.storage` → `@keyword.modifier` | Jaehwang Jung | 2024-03-16 | 1 | -1/+1 |
| * | feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier` | Jaehwang Jung | 2024-03-16 | 1 | -1/+1 |
| * | chore: format queries | Phạm Huy Hoàng | 2024-01-21 | 1 | -2/+2 |
| * | Fixup format (#5934) | Phạm Huy Hoàng | 2024-01-20 | 1 | -0/+5 |
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 5 | -68/+57 |
| * | feat!: align standard captures with upstream | Christian Clason | 2024-01-19 | 1 | -11/+11 |
| * | refactor: Remove all `(ERROR) @error` captures | Pham Huy Hoang | 2023-10-25 | 1 | -3/+0 |
| * | chore(injections)!: update injection syntax to 0.9 | Pham Huy Hoang | 2023-08-12 | 1 | -2/+4 |
| * | fix(zig): capture function calls as `@function.call` | Chinmay Dalal | 2023-06-22 | 1 | -4/+2 |
| * | perf: remove match where possible | Amaan Qureshi | 2023-04-21 | 1 | -3/+3 |
| * | use indent.X syntax for captures and properties of set directives | George Harker | 2023-03-24 | 1 | -4/+4 |
| * | feat: add `@comment.documentation` where applicable | Amaan Qureshi | 2023-03-05 | 1 | -2/+3 |
| * | refactor(zig): `@type.definition` items belong in `@keyword`, differentiate `... | Amaan Qureshi | 2023-03-03 | 1 | -10/+10 |
| * | feat!: add `@keyword.coroutine` capture | Amaan Qureshi | 2023-03-03 | 1 | -5/+8 |
| * | Split out `@keyword.return` | Eleanor Bartle | 2023-02-17 | 1 | -2/+2 |
| * | Add spelling checks to strings and comments | Eleanor Bartle | 2023-02-17 | 1 | -2/+2 |
| * | Update Zig highlights | Eleanor Bartle | 2023-02-17 | 1 | -81/+76 |
| * | highlights(zig): fix captures | ObserverOfTime | 2022-11-26 | 1 | -27/+25 |
| * | feat(spell): support more languages | Lewis Russell | 2022-09-26 | 1 | -2/+2 |
| * | fix(zig): Do not indent on newline after block | phynalle | 2022-08-08 | 1 | -0/+2 |
| * | Split func/method definition from calls in several programming language queries | lfenzo | 2022-08-03 | 1 | -1/+1 |
| * | zig: work around for hang neovim | maxxnino | 2021-11-28 | 1 | -10/+8 |
| * | zig: highlight zig format, type and function | maxxnino | 2021-11-23 | 1 | -2/+6 |
| * | Highlight zig add missing AssignOp | maxxnino | 2021-10-21 | 1 | -1/+1 |
| * | Zig queries: highlight, fold and indent | maxxnino | 2021-09-20 | 3 | -5/+17 |
| * | highlight(zig) highlight all caps is a constant | maxxnino | 2021-08-24 | 1 | -1/+10 |
| * | highlight(zig): rework query | maxxnino | 2021-08-23 | 3 | -101/+47 |
| * | highlights(zig): label, switch item, operator, punctuation, field property (#... | maxxnino | 2021-08-12 | 1 | -8/+26 |
| * | Update new query and parser for zig | maxxnino | 2021-08-11 | 5 | -222/+218 |
| * | highlights(zig): function return type, var decl type | maxxnino | 2021-08-04 | 1 | -1/+14 |
| * | highlights(zig): highlight enum,union,error and custom number type | maxxnino | 2021-08-04 | 1 | -2/+9 |
| * | highlights(zig): highlight true,false | Stephan Seitz | 2021-07-08 | 1 | -2/+5 |
| * | highlights(zig): highlight `unreachable` | Stephan Seitz | 2021-07-05 | 1 | -0/+1 |
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -3/+1 |
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -1/+4 |
| * | highlights(zig): use `@string.escape` for escape sequences | Stephan Seitz | 2021-07-04 | 1 | -1/+1 |
| * | Update zig highlights | Gregory Anders | 2021-06-10 | 1 | -1/+7 |
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 |
| * | improved zig grammar and queries | Himujjal | 2021-04-02 | 1 | -1/+1 |
| * | fixed some errors | Himujjal | 2021-04-02 | 5 | -11/+15 |
| * | Import highlights.scm from tree-sitter-zig | Stephan Seitz | 2021-03-30 | 1 | -10/+19 |