mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
highlights(jsx): fix constant identifier (#1434)
This commit is contained in:
parent
f6cd2d0b2f
commit
f29ead00e6
1 changed files with 0 additions and 3 deletions
|
|
@ -32,7 +32,4 @@
|
|||
; Handle the dot operator effectively - <My.Component />
|
||||
(jsx_self_closing_element ((nested_identifier (identifier) @tag (identifier) @constructor)))
|
||||
|
||||
(variable_declarator ((identifier) @type
|
||||
(#match? @type "^[A-Z]")))
|
||||
|
||||
(jsx_text) @none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue