mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
fix(tera): use @variable.member
This commit is contained in:
parent
b71bf59f73
commit
457b099017
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
; Properties
|
||||
;-----------
|
||||
(member_expression
|
||||
property: (identifier)? @variable.other.member)
|
||||
property: (identifier)? @variable.member)
|
||||
|
||||
; Literals
|
||||
;-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue