mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
Do not highlight Uppercase function as type
This commit is contained in:
parent
3674ad89df
commit
289cdc9da8
2 changed files with 6 additions and 4 deletions
|
|
@ -121,7 +121,7 @@
|
|||
|
||||
(((field_expression
|
||||
(field_identifier) @property)) @_parent
|
||||
(not-has-parent? @_parent template_method function_declarator call_expression))
|
||||
(#not-has-parent? @_parent template_method function_declarator call_expression))
|
||||
(statement_identifier) @label
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue