diff options
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | queries/zig/highlights.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json index 97e5bd678..025b39dff 100644 --- a/lockfile.json +++ b/lockfile.json @@ -168,6 +168,6 @@ "revision": "2240ccd0538c8f41394b9cd2202a175b1660b8d6" }, "zig": { - "revision": "f445ec51b1e1503e44c562bb669eeff8db5e4ea7" + "revision": "05d6f44e5ae8fe986a7ca09ce2a301aa5148a20f" } } diff --git a/queries/zig/highlights.scm b/queries/zig/highlights.scm index d1dcb8668..94c8d5d58 100644 --- a/queries/zig/highlights.scm +++ b/queries/zig/highlights.scm @@ -22,7 +22,7 @@ function: (identifier) @function) (build_in_call_expr - function: (identifier) @function + function: (identifier) @function.builtin ) ;; other identifiers |
