projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1917c51
)
Add super node as a keyword
author
Theodor Thornhill
<theo@thornhill.no>
Wed, 15 Feb 2023 17:54:46 +0000
(18:54 +0100)
committer
Theodor Thornhill
<theo@thornhill.no>
Wed, 15 Feb 2023 17:55:17 +0000
(18:55 +0100)
* lisp/progmodes/java-ts-mode.el
(java-ts-mode--font-lock-settings): Add new node.
lisp/progmodes/java-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/java-ts-mode.el
b/lisp/progmodes/java-ts-mode.el
index e15da7110f1df9225fbd00468ff252107b5391eb..6948ebba631a3cfe86842210f578360198386dda 100644
(file)
--- a/
lisp/progmodes/java-ts-mode.el
+++ b/
lisp/progmodes/java-ts-mode.el
@@
-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