Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
commit
96545ca6ea
|
@ -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