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
|
:override t
|
||||||
:feature 'keyword
|
:feature 'keyword
|
||||||
`([,@java-ts-mode--keywords
|
`([,@java-ts-mode--keywords
|
||||||
(this)] @font-lock-keyword-face
|
(this)
|
||||||
|
(super)] @font-lock-keyword-face
|
||||||
(labeled_statement
|
(labeled_statement
|
||||||
(identifier) @font-lock-keyword-face))
|
(identifier) @font-lock-keyword-face))
|
||||||
:language 'java
|
:language 'java
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue