mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(awk-font-lock-keywords): All `else'.
This commit is contained in:
parent
c069a4804f
commit
e1abf2bb09
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
|||
(concat "\\<\\("
|
||||
; ("BEGIN" "END" "break" "continue" "delete" "exit" "for"
|
||||
; "getline" "if" "next" "print" "printf" "return" "while")
|
||||
"BEGIN\\|END\\|break\\|continue\\|delete\\|exit\\|for\\|"
|
||||
"BEGIN\\|END\\|break\\|continue\\|delete\\|exit\\|else\\|for\\|"
|
||||
"getline\\|if\\|next\\|printf?\\|return\\|while"
|
||||
"\\)\\>")
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue