mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -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
|
||||
object: (identifier) @type)
|
||||
(#lua-match? @type "^[A-Z]"))
|
||||
((scoped_identifier
|
||||
scope: (identifier) @type)
|
||||
(scoped_identifier
|
||||
(identifier) @type
|
||||
(#lua-match? @type "^[A-Z]"))
|
||||
|
||||
; Fields
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue