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

@ -227,7 +227,8 @@ buffer."
(,factor--regexp-word-start (2 "(;"))
("\\(;\\)" (1 "):"))
("\\(#!\\)" (1 "<"))
("\\(!\\)" (1 "<"))
(" \\(!\\)" (1 "<"))
("^\\(!\\)" (1 "<"))
("\\(!(\\) .* \\()\\)" (1 "<") (2 ">"))))
(defvar factor-mode-syntax-table nil