Add compact_constructor_declaration font-locking to java-ts-mode
* lisp/progmodes/java-ts-mode.el (java-ts-mode--font-lock-settings): New pattern.
This commit is contained in:
@@ -226,6 +226,9 @@ the available version of Tree-sitter for java."
|
||||
(constructor_declaration
|
||||
name: (identifier) @font-lock-type-face)
|
||||
|
||||
(compact_constructor_declaration
|
||||
name: (identifier) @font-lock-type-face)
|
||||
|
||||
(field_access
|
||||
object: (identifier) @font-lock-type-face)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user