mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
fix: add highlights for static member expression (#6393)
This commit is contained in:
parent
7e6b044be8
commit
ef267f0c28
1 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
(pipe_operator) @operator
|
(pipe_operator) @operator
|
||||||
|
|
||||||
(string) @string
|
[
|
||||||
|
(string)
|
||||||
|
(static_member_expression)
|
||||||
|
] @string
|
||||||
|
|
||||||
(number) @number
|
(number) @number
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue