projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a3724
)
; * lisp/progmodes/java-ts-mode.el (java-ts-mode--keywords): Fix typo.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 8 Dec 2022 15:49:55 +0000
(17:49 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 8 Dec 2022 15:49:55 +0000
(17:49 +0200)
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 f947efc5a4545a8357a3e9aa37f4bc40d8ba2aeb..e2123e9bdf38140ba6d1d1b3e162dcf2913c14f6 100644
(file)
--- a/
lisp/progmodes/java-ts-mode.el
+++ b/
lisp/progmodes/java-ts-mode.el
@@
-119,7
+119,7
@@
"static" "strictfp" "switch" "synchronized"
"throw" "throws" "to" "transient" "transitive"
"try" "uses" "volatile" "while" "with" "record")
- "
C
keywords for tree-sitter font-locking.")
+ "
Java
keywords for tree-sitter font-locking.")
(defvar java-ts-mode--operators
'("+" ":" "++" "-" "--" "&" "&&" "|" "||" "="