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:
Theodor Thornhill 2023-02-15 18:54:46 +01:00
parent 1917c51fe6
commit 3c6b726a7b

View file

@ -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