Java Mode: introduce the keyword `assert'.
* lisp/progmodes/cc-langs.el (c-simple-stmt-kwds): Put `assert' into the java value.
This commit is contained in:
parent
423e1ee7d6
commit
39380e1bd3
1 changed files with 1 additions and 1 deletions
|
@ -3251,7 +3251,7 @@ Such a keyword is a member of `c-paren-clause-kwds."
|
|||
c++ '("break" "continue" "goto" "return" "co_return")
|
||||
objc '("break" "continue" "goto" "return" "@throw")
|
||||
;; Note: `goto' is not valid in Java, but the keyword is still reserved.
|
||||
java '("break" "continue" "goto" "return" "throw")
|
||||
java '("assert" "break" "continue" "goto" "return" "throw")
|
||||
idl nil
|
||||
pike '("break" "continue" "return")
|
||||
awk '(;; Not sure about "delete", "exit", "getline", etc. ; ACM 2002/5/30
|
||||
|
|
Loading…
Add table
Reference in a new issue