mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(hif-token-regexp): Move ! after !=.
This commit is contained in:
parent
cb252880e5
commit
2fe16d3bc0
@ -351,7 +351,7 @@ that form should be displayed.")
|
||||
|
||||
; pattern to match initial identifier, !, &&, ||, (, or ).
|
||||
; Added ==, + and -: garyo@avs.com 8/9/94
|
||||
(defconst hif-token-regexp "^\\(!\\|&&\\|||\\|[!=]=\\|[()+-]\\|\\w+\\)")
|
||||
(defconst hif-token-regexp "^\\(&&\\|||\\|[!=]=\\|!\\|[()+-]\\|\\w+\\)")
|
||||
(defconst hif-end-of-comment "\\*/")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user