Emacs factor mode: correct fontification in presence of word names containing !.
parent
c7d86ebd55
commit
c1b42e9646
|
@ -227,7 +227,8 @@ buffer."
|
||||||
(,factor--regexp-word-start (2 "(;"))
|
(,factor--regexp-word-start (2 "(;"))
|
||||||
("\\(;\\)" (1 "):"))
|
("\\(;\\)" (1 "):"))
|
||||||
("\\(#!\\)" (1 "<"))
|
("\\(#!\\)" (1 "<"))
|
||||||
("\\(!\\)" (1 "<"))
|
(" \\(!\\)" (1 "<"))
|
||||||
|
("^\\(!\\)" (1 "<"))
|
||||||
("\\(!(\\) .* \\()\\)" (1 "<") (2 ">"))))
|
("\\(!(\\) .* \\()\\)" (1 "<") (2 ">"))))
|
||||||
|
|
||||||
(defvar factor-mode-syntax-table nil
|
(defvar factor-mode-syntax-table nil
|
||||||
|
|
Loading…
Reference in New Issue