add font-lock keyword

wayo.cavazos 2006-10-04 04:11:59 +00:00
parent c3a31dbf52
commit 209f8c23af
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@
("!.*$" . font-lock-comment-face)
("( .* )" . font-lock-comment-face)
"IN:" "USING:" "TUPLE:" "^C:" "^M:" "USE:" "REQUIRE:" "PROVIDE:"
"GENERIC:" "SYMBOL:" "PREDICATE:"))
"REQUIRES:"
"GENERIC:" "SYMBOL:" "PREDICATE:" "VAR:"))
(defun factor-mode ()
"A mode for editing programs written in the Factor programming language."