Add super node as a keyword
* lisp/progmodes/java-ts-mode.el (java-ts-mode--font-lock-settings): Add new node.
This commit is contained in:
@@ -162,7 +162,8 @@
|
||||
:override t
|
||||
:feature 'keyword
|
||||
`([,@java-ts-mode--keywords
|
||||
(this)] @font-lock-keyword-face
|
||||
(this)
|
||||
(super)] @font-lock-keyword-face
|
||||
(labeled_statement
|
||||
(identifier) @font-lock-keyword-face))
|
||||
:language 'java
|
||||
|
||||
Reference in New Issue
Block a user