Add "this" keyword to java-ts-mode (bug#60086)
* lisp/progmodes/java-ts-mode.el (java-ts-mode--font-lock-settings): Add the node to the keyword feature.
This commit is contained in:
parent
c8d75046a2
commit
cac070b23e
1 changed files with 4 additions and 3 deletions
|
@ -144,7 +144,8 @@
|
|||
:language 'java
|
||||
:override t
|
||||
:feature 'keyword
|
||||
`([,@java-ts-mode--keywords] @font-lock-keyword-face
|
||||
`([,@java-ts-mode--keywords
|
||||
(this)] @font-lock-keyword-face
|
||||
(labeled_statement
|
||||
(identifier) @font-lock-keyword-face))
|
||||
:language 'java
|
||||
|
|
Loading…
Add table
Reference in a new issue