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

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

[nongnu] elpa/geiser-stklos 881612f 1/3: Add repeat anad tagbody to buil


From: ELPA Syncer
Subject: [nongnu] elpa/geiser-stklos 881612f 1/3: Add repeat anad tagbody to builtin list
Date: Wed, 17 Nov 2021 16:57:49 -0500 (EST)

branch: elpa/geiser-stklos
commit 881612ff67ac7a35cedc658534dff7984ca09306
Author: Jeronimo Pellegrini <j_p@aleph0.info>
Commit: Jeronimo Pellegrini <j_p@aleph0.info>

    Add repeat anad tagbody to builtin list
    
    And put the list in alphabetical order.
---
 geiser-stklos.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/geiser-stklos.el b/geiser-stklos.el
index 5be9557..a2fe50b 100644
--- a/geiser-stklos.el
+++ b/geiser-stklos.el
@@ -341,11 +341,13 @@ Argument BINARY is a string containing the binary name."
 
 (defconst geiser-stklos-builtin-keywords
   '("assume"
-    "fluid-let"
+    "call/ec"
+    "define-struct"
     "dotimes"
+    "fluid-let"
     "macro-expand"
-    "define-struct"
-    "call/ec"
+    "repeat"
+    "tagbody"
     "with-handler" )
     "These are symbols that we want to be highlighted in STklos code.")
 



reply via email to

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