diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 11:42:13 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 11:42:13 +0100 |
| commit | a218a52d3627974aa106463670f2ce4bed7555fd (patch) | |
| tree | ba3d3692d42ded90250990aaaa14e6b72f910680 /queries/zig.scm | |
| parent | 19dadd080226d2e7c6dc44a53eb0ee3ee2afcbae (diff) | |
| download | crep-a218a52d3627974aa106463670f2ce4bed7555fd.tar.gz | |
Add Zig grammar
Diffstat (limited to 'queries/zig.scm')
| -rw-r--r-- | queries/zig.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/queries/zig.scm b/queries/zig.scm new file mode 100644 index 0000000..60f57b3 --- /dev/null +++ b/queries/zig.scm @@ -0,0 +1,6 @@ +(function_declaration + name: (identifier) @fname) + +(variable_declaration + (identifier) @fname + [(struct_declaration) (enum_declaration) (error_set_declaration)]) |
