summaryrefslogtreecommitdiffstats
path: root/txr.vim
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-11-22 21:43:40 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-11-22 21:43:40 -0800
commit40598651f805790da575c4a52fa40cbc34c7851f (patch)
tree37ef21e2f2f563d00831cf741848716e2cc510ad /txr.vim
parent0d2117f8988bf1208fc9fd89ca2daad6794c17c6 (diff)
downloadtxr-40598651f805790da575c4a52fa40cbc34c7851f.tar.gz
txr-40598651f805790da575c4a52fa40cbc34c7851f.tar.bz2
txr-40598651f805790da575c4a52fa40cbc34c7851f.zip
* genvim.txr: Change how the hard-coded symbols (end, and, or) are
* added, and also add the missing rep to these. * txr.vim: Regenerated.
Diffstat (limited to 'txr.vim')
-rw-r--r--txr.vim18
1 files changed, 9 insertions, 9 deletions
diff --git a/txr.vim b/txr.vim
index 4a05d8bc..3f3068d5 100644
--- a/txr.vim
+++ b/txr.vim
@@ -19,18 +19,18 @@ syn spell toplevel
setlocal iskeyword=a-z,A-Z,48-57,!,$,&,*,+,-,<,=,>,?,\\,_,~,^
-syn keyword txr_keyword contained accept all bind block
-syn keyword txr_keyword contained cases cat choose close
-syn keyword txr_keyword contained coll collect defex deffilter
-syn keyword txr_keyword contained define do eof eol
-syn keyword txr_keyword contained fail filter flatten forget
-syn keyword txr_keyword contained freeform fuzz gather load
-syn keyword txr_keyword contained local maybe merge next
-syn keyword txr_keyword contained none output rebind repeat
+syn keyword txr_keyword contained accept all and bind
+syn keyword txr_keyword contained block cases cat choose
+syn keyword txr_keyword contained close coll collect defex
+syn keyword txr_keyword contained deffilter define do end
+syn keyword txr_keyword contained eof eol fail filter
+syn keyword txr_keyword contained flatten forget freeform fuzz
+syn keyword txr_keyword contained gather 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 var
-syn keyword txr_keyword contained end and or
syn keyword txl_keyword contained * *keyword-package* *random-state* *self-path*
syn keyword txl_keyword contained *stddebug* *stderr* *stdin* *stdout*