mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
"::" should be of type "operator"
swap constant for operator per treesitter recommendation
This commit is contained in:
parent
2f37720c8a
commit
ec31c7efab
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
(super)
|
(super)
|
||||||
]
|
]
|
||||||
.
|
.
|
||||||
("::" @constant)
|
("::" @operator)
|
||||||
)
|
)
|
||||||
|
|
||||||
(comments) @comment
|
(comments) @comment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue