mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
improved zig grammar and queries
This commit is contained in:
parent
83bfcde7c2
commit
0b2ec9d266
2 changed files with 2 additions and 2 deletions
|
|
@ -168,6 +168,6 @@
|
|||
"revision": "2240ccd0538c8f41394b9cd2202a175b1660b8d6"
|
||||
},
|
||||
"zig": {
|
||||
"revision": "f445ec51b1e1503e44c562bb669eeff8db5e4ea7"
|
||||
"revision": "05d6f44e5ae8fe986a7ca09ce2a301aa5148a20f"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
function: (identifier) @function)
|
||||
|
||||
(build_in_call_expr
|
||||
function: (identifier) @function
|
||||
function: (identifier) @function.builtin
|
||||
)
|
||||
|
||||
;; other identifiers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue