aboutsummaryrefslogtreecommitdiffstats
path: root/queries/zig/indents.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-28/+0
|
* feat(zig): improve indents (#7471)Vincent Rischmann2024-12-151-0/+5
|
* fix(zig): begin indent at `struct_declaration`Yi Ming2024-11-151-0/+1
|
* feat!: switch upstream Zig parserAmaan Qureshi2024-08-301-9/+6
| | | | | The new parser is faster, does not lag while editing, correctly parses the entire Zig code base, and is much easier to write queries for.
* chore: query formattingPham Huy Hoang2024-01-191-1/+2
|
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-4/+4
| | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment
* fix(zig): Do not indent on newline after blockphynalle2022-08-081-0/+2
|
* Zig queries: highlight, fold and indentmaxxnino2021-09-201-1/+0
| | | | | | | | * fold for if/while/for * highlight "_" for ignore variable * highlight "c" for PtrTypeStart * highlight "?" for optional type * remove duplicate query node in indent
* highlight(zig): rework querymaxxnino2021-08-231-2/+2
| | | | | | * improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string
* Update new query and parser for zigmaxxnino2021-08-111-16/+8
|
* fixed some errorsHimujjal2021-04-021-0/+1
|
* Added Zig grammarHimujjal2021-03-231-0/+30