; * lisp/progmodes/java-ts-mode.el (java-ts-mode--keywords): Fix typo.
This commit is contained in:
@@ -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
|
||||
'("+" ":" "++" "-" "--" "&" "&&" "|" "||" "="
|
||||
|
||||
Reference in New Issue
Block a user