; * lisp/progmodes/java-ts-mode.el (java-ts-mode--keywords): Fix typo.
This commit is contained in:
parent
b4a3724d3b
commit
2659311e06
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'("+" ":" "++" "-" "--" "&" "&&" "|" "||" "="
|
||||
|
|
Loading…
Add table
Reference in a new issue