Emacs factor mode: correct fontification in presence of word names containing !.

db4
Jose A. Ortega Ruiz 2008-11-26 22:58:11 +01:00
parent c7d86ebd55
commit c1b42e9646
1 changed files with 2 additions and 1 deletions

View File

@ -228,6 +228,7 @@ buffer."
("\\(;\\)" (1 "):")) ("\\(;\\)" (1 "):"))
("\\(#!\\)" (1 "<")) ("\\(#!\\)" (1 "<"))
(" \\(!\\)" (1 "<")) (" \\(!\\)" (1 "<"))
("^\\(!\\)" (1 "<"))
("\\(!(\\) .* \\()\\)" (1 "<") (2 ">")))) ("\\(!(\\) .* \\()\\)" (1 "<") (2 ">"))))
(defvar factor-mode-syntax-table nil (defvar factor-mode-syntax-table nil