mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
updated comment to reflect highlight change
This commit is contained in:
parent
cc9823401f
commit
cac4ea0a08
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
|||
|
||||
; var.foo, data.bar
|
||||
;
|
||||
; first element in get_attr is a keyword or a reference to a keyword
|
||||
; first element in get_attr is a variable.builtin or a reference to a variable.builtin
|
||||
(expression (variable_expr (identifier) @variable.builtin) (get_attr (identifier) @field))
|
||||
|
||||
(ERROR) @error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue