; * lisp/progmodes/java-ts-mode.el (java-ts-mode--keywords): Fix typo.

This commit is contained in:
Eli Zaretskii 2022-12-08 17:49:55 +02:00
parent b4a3724d3b
commit 2659311e06

View file

@ -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
'("+" ":" "++" "-" "--" "&" "&&" "|" "||" "="