summaryrefslogtreecommitdiffstats
path: root/txr.vim
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-07 00:09:53 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-07 00:09:53 -0800
commit8b3a20db2fdff032d75af5594e02287b47a6edf9 (patch)
treed9b0aaef5cecddee8c01396b430bce105cfeb3d0 /txr.vim
parent82a698d3339cfd92912d02484e1d67e792212ecf (diff)
downloadtxr-8b3a20db2fdff032d75af5594e02287b47a6edf9.tar.gz
txr-8b3a20db2fdff032d75af5594e02287b47a6edf9.tar.bz2
txr-8b3a20db2fdff032d75af5594e02287b47a6edf9.zip
Version 84.txr-84
Diffstat (limited to 'txr.vim')
-rw-r--r--txr.vim26
1 files changed, 13 insertions, 13 deletions
diff --git a/txr.vim b/txr.vim
index bae35aa1..67dd21d4 100644
--- a/txr.vim
+++ b/txr.vim
@@ -19,19 +19,19 @@ syn spell toplevel
setlocal iskeyword=a-z,A-Z,48-57,!,$,&,*,+,-,<,=,>,?,\\,_,~,^
-syn keyword txr_keyword contained accept all and bind
-syn keyword txr_keyword contained block cases cat catch
-syn keyword txr_keyword contained choose close coll collect
-syn keyword txr_keyword contained defex deffilter define do
-syn keyword txr_keyword contained end eof eol fail
-syn keyword txr_keyword contained filter finally flatten forget
-syn keyword txr_keyword contained freeform fuzz gather last
-syn keyword txr_keyword contained load local maybe merge
-syn keyword txr_keyword contained next none or output
-syn keyword txr_keyword contained rebind rep repeat require
-syn keyword txr_keyword contained set skip some text
-syn keyword txr_keyword contained throw trailer try until
-syn keyword txr_keyword contained var
+syn keyword txr_keyword contained accept all and assert
+syn keyword txr_keyword contained bind block cases cat
+syn keyword txr_keyword contained catch choose close coll
+syn keyword txr_keyword contained collect defex deffilter define
+syn keyword txr_keyword contained do end eof eol
+syn keyword txr_keyword contained fail filter finally flatten
+syn keyword txr_keyword contained forget freeform fuzz gather
+syn keyword txr_keyword contained last load local maybe
+syn keyword txr_keyword contained merge next none or
+syn keyword txr_keyword contained output rebind rep repeat
+syn keyword txr_keyword contained require set skip some
+syn keyword txr_keyword contained text throw trailer try
+syn keyword txr_keyword contained until var
syn keyword txl_keyword contained * *args* *full-args* *gensym-counter*
syn keyword txl_keyword contained *keyword-package* *random-state* *self-path* *stddebug*