Slava Pestov 2008-11-14 21:38:49 -06:00
commit 96545ca6ea
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@
(" !.*$" . font-lock-comment-face)
("( .* )" . font-lock-comment-face)
("\"[^ ][^\"]*\"" . font-lock-string-face)
("\"\"" . font-lock-string-face)
("\\(P\\|SBUF\\)\"" 1 font-lock-keyword-face)
,@(mapcar #'(lambda (w) (cons (concat "\\(^\\| \\)\\(" w "\\)\\($\\| \\)")
'(2 font-lock-keyword-face)))