factor.el: fix for empty strings font lock.
parent
a13c6a4655
commit
9099b12603
|
@ -103,6 +103,7 @@
|
||||||
(" !.*$" . font-lock-comment-face)
|
(" !.*$" . font-lock-comment-face)
|
||||||
("( .* )" . font-lock-comment-face)
|
("( .* )" . font-lock-comment-face)
|
||||||
("\"[^ ][^\"]*\"" . font-lock-string-face)
|
("\"[^ ][^\"]*\"" . font-lock-string-face)
|
||||||
|
("\"\"" . font-lock-string-face)
|
||||||
("\\(P\\|SBUF\\)\"" 1 font-lock-keyword-face)
|
("\\(P\\|SBUF\\)\"" 1 font-lock-keyword-face)
|
||||||
,@(mapcar #'(lambda (w) (cons (concat "\\(^\\| \\)\\(" w "\\)\\($\\| \\)")
|
,@(mapcar #'(lambda (w) (cons (concat "\\(^\\| \\)\\(" w "\\)\\($\\| \\)")
|
||||||
'(2 font-lock-keyword-face)))
|
'(2 font-lock-keyword-face)))
|
||||||
|
|
Loading…
Reference in New Issue