emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/shen-mode f54361e 03/15: 2011-10-06 Eric Schulte <addre


From: Stefan Monnier
Subject: [elpa] externals/shen-mode f54361e 03/15: 2011-10-06 Eric Schulte <address@hidden>
Date: Sun, 29 Nov 2020 00:14:27 -0500 (EST)

branch: externals/shen-mode
commit f54361e3d5cd14834f1e05e05f03e4dbb281cdf4
Author: Eric Schulte <schulte.eric@gmail.com>
Commit: Eric Schulte <schulte.eric@gmail.com>

    2011-10-06  Eric Schulte <schulte.eric@gmail.com>
    
    * shen-mode.el (shen-font-lock-keywords): Adding "defcc" as a shen
      definition keyword.
---
 shen-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shen-mode.el b/shen-mode.el
index 957a550..3d998cb 100644
--- a/shen-mode.el
+++ b/shen-mode.el
@@ -55,7 +55,7 @@
     `(;; definitions
       (,(concat "(\\("
                 (regexp-opt
-                 '("define" "defmacro" "defprolog" "/." "synonyms"))
+                 '("define" "defmacro" "defprolog" "/." "synonyms" "defcc"))
                 "\\)\\>"
                 "[ \t]*(?"
                 "\\(\\sw+\\)?")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]