mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
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:
parent
500abc4dc3
commit
23a14e7b90
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue