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