]> code.delx.au - gnu-emacs-elpa/commitdiff
2011-10-06 Eric Schulte <schulte.eric@gmail.com>
authorEric Schulte <schulte.eric@gmail.com>
Thu, 6 Oct 2011 18:39:16 +0000 (12:39 -0600)
committerEric Schulte <schulte.eric@gmail.com>
Thu, 6 Oct 2011 18:39:16 +0000 (12:39 -0600)
* shen-mode.el (shen-font-lock-keywords): Adding "defcc" as a shen
  definition keyword.

packages/shen-mode/shen-mode.el

index 957a550c8a397c406cff088fe1f48c6365e72762..3d998cb2542b31f06c3d20ad2101c4c126967073 100644 (file)
@@ -55,7 +55,7 @@
     `(;; definitions
       (,(concat "(\\("
                 (regexp-opt
-                 '("define" "defmacro" "defprolog" "/." "synonyms"))
+                 '("define" "defmacro" "defprolog" "/." "synonyms" "defcc"))
                 "\\)\\>"
                 "[ \t]*(?"
                 "\\(\\sw+\\)?")