summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--txr.vim5
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aad5e868..71b672e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-30 Kaz Kylheku <kaz@kylheku.com>
+
+ * txr.vim: New operators added.
+
2011-11-29 Kaz Kylheku <kaz@kylheku.com>
* eval.c (bindings_helper): Fix uninitialized variable.
diff --git a/txr.vim b/txr.vim
index d1acd994..ccf5feff 100644
--- a/txr.vim
+++ b/txr.vim
@@ -26,8 +26,9 @@ syn keyword txr_keyword contained repeat rep first last single empty
syn keyword txr_keyword contained define try catch finally throw
syn keyword txr_keyword contained defex throw deffilter filter eof eol
-syn keyword txl_keyword contained let lambda call cond if and or defvar defun
-syn keyword txl_keyword contained inc dec push pop gethash list append apply
+syn keyword txl_keyword contained let let* lambda call cond if and or
+syn keyword txl_keyword contained defvar defun set inc dec push
+syn keyword txl_keyword contained pop gethash for for* dohash list append apply
syn keyword txl_keyword contained cons list atom null consp listp proper-listp
syn keyword txl_keyword contained length mapcar mappend apply