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:
parent
1917c51fe6
commit
3c6b726a7b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue