branch: elpa/geiser-stklos commit 881612ff67ac7a35cedc658534dff7984ca09306 Author: Jeronimo Pellegrini <j...@aleph0.info> Commit: Jeronimo Pellegrini <j...@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.")