]> gitweb.factorcode.org Git - factor.git/commitdiff
add font-lock keyword
authorwayo.cavazos <wayo.cavazos@gmail.com>
Wed, 4 Oct 2006 04:11:59 +0000 (04:11 +0000)
committerwayo.cavazos <wayo.cavazos@gmail.com>
Wed, 4 Oct 2006 04:11:59 +0000 (04:11 +0000)
contrib/factor.el

index 95030ca2206efaf1b28c94bb8f4603dbf59ca3e8..2531f136ce5018cd5a272415bdf5dee53c7e383f 100644 (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."