add font-lock keyword
parent
c3a31dbf52
commit
209f8c23af
|
|
@ -77,7 +77,8 @@
|
||||||
("!.*$" . font-lock-comment-face)
|
("!.*$" . font-lock-comment-face)
|
||||||
("( .* )" . font-lock-comment-face)
|
("( .* )" . font-lock-comment-face)
|
||||||
"IN:" "USING:" "TUPLE:" "^C:" "^M:" "USE:" "REQUIRE:" "PROVIDE:"
|
"IN:" "USING:" "TUPLE:" "^C:" "^M:" "USE:" "REQUIRE:" "PROVIDE:"
|
||||||
"GENERIC:" "SYMBOL:" "PREDICATE:"))
|
"REQUIRES:"
|
||||||
|
"GENERIC:" "SYMBOL:" "PREDICATE:" "VAR:"))
|
||||||
|
|
||||||
(defun factor-mode ()
|
(defun factor-mode ()
|
||||||
"A mode for editing programs written in the Factor programming language."
|
"A mode for editing programs written in the Factor programming language."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue