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:
parent
dfdf9c21cb
commit
1a9a1fdebf
1 changed files with 3 additions and 1 deletions
|
@ -240,7 +240,9 @@
|
||||||
(method_invocation
|
(method_invocation
|
||||||
name: (identifier) @font-lock-function-name-face)
|
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
|
:language 'java
|
||||||
:feature 'bracket
|
:feature 'bracket
|
||||||
|
|
Loading…
Add table
Reference in a new issue