aboutsummaryrefslogtreecommitdiffstats
path: root/queries/zig
Commit message (Expand)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-125-440/+0
* feat(zig): improve indents (#7471)Vincent Rischmann2024-12-151-0/+5
* feat(zig): add locals queries (#7401)AtomToast2024-11-281-0/+95
* fix(zig): begin indent at `struct_declaration`Yi Ming2024-11-151-0/+1
* feat!: switch upstream Zig parserAmaan Qureshi2024-08-304-144/+198
* fix(zig): add some missing highlightsRiley Bruins2024-07-231-6/+10
* feat(zig): misc improvementsRiley Bruins2024-05-141-15/+21
* feat: standardize and document export keywordsRiley Bruins2024-05-131-2/+4
* feat: more `@keyword.type` capturesRiley Bruins2024-05-011-3/+6
* feat(highlights)!: `@keyword.storage` → `@keyword.modifier`Jaehwang Jung2024-03-161-1/+1
* feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier`Jaehwang Jung2024-03-161-1/+1
* chore: format queriesPhạm Huy Hoàng2024-01-211-2/+2
* Fixup format (#5934)Phạm Huy Hoàng2024-01-201-0/+5
* chore: query formattingPham Huy Hoang2024-01-195-68/+57
* feat!: align standard captures with upstreamChristian Clason2024-01-191-11/+11
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-251-3/+0
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-2/+4
* fix(zig): capture function calls as `@function.call`Chinmay Dalal2023-06-221-4/+2
* perf: remove match where possibleAmaan Qureshi2023-04-211-3/+3
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-4/+4
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-2/+3
* refactor(zig): `@type.definition` items belong in `@keyword`, differentiate `...Amaan Qureshi2023-03-031-10/+10
* feat!: add `@keyword.coroutine` captureAmaan Qureshi2023-03-031-5/+8
* Split out `@keyword.return`Eleanor Bartle2023-02-171-2/+2
* Add spelling checks to strings and commentsEleanor Bartle2023-02-171-2/+2
* Update Zig highlightsEleanor Bartle2023-02-171-81/+76
* highlights(zig): fix capturesObserverOfTime2022-11-261-27/+25
* feat(spell): support more languagesLewis Russell2022-09-261-2/+2
* fix(zig): Do not indent on newline after blockphynalle2022-08-081-0/+2
* Split func/method definition from calls in several programming language querieslfenzo2022-08-031-1/+1
* zig: work around for hang neovimmaxxnino2021-11-281-10/+8
* zig: highlight zig format, type and functionmaxxnino2021-11-231-2/+6
* Highlight zig add missing AssignOpmaxxnino2021-10-211-1/+1
* Zig queries: highlight, fold and indentmaxxnino2021-09-203-5/+17
* highlight(zig) highlight all caps is a constantmaxxnino2021-08-241-1/+10
* highlight(zig): rework querymaxxnino2021-08-233-101/+47
* highlights(zig): label, switch item, operator, punctuation, field property (#...maxxnino2021-08-121-8/+26
* Update new query and parser for zigmaxxnino2021-08-115-222/+218
* highlights(zig): function return type, var decl typemaxxnino2021-08-041-1/+14
* highlights(zig): highlight enum,union,error and custom number typemaxxnino2021-08-041-2/+9
* highlights(zig): highlight true,falseStephan Seitz2021-07-081-2/+5
* highlights(zig): highlight `unreachable`Stephan Seitz2021-07-051-0/+1
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-3/+1
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-1/+4
* highlights(zig): use `@string.escape` for escape sequencesStephan Seitz2021-07-041-1/+1
* Update zig highlightsGregory Anders2021-06-101-1/+7
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-1/+1
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-1/+1
* improved zig grammar and queriesHimujjal2021-04-021-1/+1
* fixed some errorsHimujjal2021-04-025-11/+15