Improve fontification in java-ts-mode (bug#60492)
* lisp/progmodes/java-ts-mode.el (java-ts-mode--font-lock-settings): Add expression_statement with only identifier support.
This commit is contained in:
committed by
Yuan Fu
parent
dfdf9c21cb
commit
1a9a1fdebf
@@ -240,7 +240,9 @@
|
||||
(method_invocation
|
||||
name: (identifier) @font-lock-function-name-face)
|
||||
|
||||
(argument_list (identifier) @font-lock-variable-name-face))
|
||||
(argument_list (identifier) @font-lock-variable-name-face)
|
||||
|
||||
(expression_statement (identifier) @font-lock-variable-name-face))
|
||||
|
||||
:language 'java
|
||||
:feature 'bracket
|
||||
|
||||
Reference in New Issue
Block a user