update identifier

This commit is contained in:
Byron Kim 2023-01-25 14:04:07 -05:00 committed by Stephan Seitz
parent da6ac77e76
commit 3d5384ac46

View file

@ -50,7 +50,7 @@
"in"
] @repeat
[
[
"if"
"else"
"endif"
@ -94,6 +94,6 @@
; var.foo, data.bar
;
; first element in get_attr is a keyword or a reference to a keyword
(expression (variable_expr (identifier) @keyword) (get_attr (identifier) @field))
(expression (variable_expr (identifier) @variable.builtin) (get_attr (identifier) @field))
(ERROR) @error