mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
java(highlights): add missing import class pattern (#5483)
This commit is contained in:
parent
6276cd9d41
commit
db7adb21e6
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@
|
||||||
((field_access
|
((field_access
|
||||||
object: (identifier) @type)
|
object: (identifier) @type)
|
||||||
(#lua-match? @type "^[A-Z]"))
|
(#lua-match? @type "^[A-Z]"))
|
||||||
((scoped_identifier
|
(scoped_identifier
|
||||||
scope: (identifier) @type)
|
(identifier) @type
|
||||||
(#lua-match? @type "^[A-Z]"))
|
(#lua-match? @type "^[A-Z]"))
|
||||||
|
|
||||||
; Fields
|
; Fields
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue