mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
fix(java): compact constructor highlights (#6531)
This commit is contained in:
parent
99d3e799b4
commit
b1f3f02027
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@
|
||||||
(constructor_declaration
|
(constructor_declaration
|
||||||
name: (identifier) @type)
|
name: (identifier) @type)
|
||||||
|
|
||||||
|
(compact_constructor_declaration
|
||||||
|
name: (identifier) @type)
|
||||||
|
|
||||||
(type_identifier) @type
|
(type_identifier) @type
|
||||||
|
|
||||||
((type_identifier) @type.builtin
|
((type_identifier) @type.builtin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue