summaryrefslogtreecommitdiffstats
path: root/txr.vim
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-12-02 07:15:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-12-02 07:15:19 -0800
commitfb9aba2ed5f2cb69da4737f1f65949da81af6b94 (patch)
tree68709acc7b83b7dbac84f3795d62c507d532ba19 /txr.vim
parent20aea3056274d54e32247061cbe3f0ebb71e9992 (diff)
downloadtxr-fb9aba2ed5f2cb69da4737f1f65949da81af6b94.tar.gz
txr-fb9aba2ed5f2cb69da4737f1f65949da81af6b94.tar.bz2
txr-fb9aba2ed5f2cb69da4737f1f65949da81af6b94.zip
* genvim.txr: Missing catch and finally keywords added.
* txr.vim: Regenerated.
Diffstat (limited to 'txr.vim')
-rw-r--r--txr.vim22
1 files changed, 11 insertions, 11 deletions
diff --git a/txr.vim b/txr.vim
index 4d5e281a..4771aa38 100644
--- a/txr.vim
+++ b/txr.vim
@@ -20,17 +20,17 @@ 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 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 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 load
+syn keyword txr_keyword contained local maybe merge next
+syn keyword txr_keyword contained none or output rebind
+syn keyword txr_keyword contained rep repeat require set
+syn keyword txr_keyword contained skip some text throw
+syn keyword txr_keyword contained trailer try var
syn keyword txl_keyword contained * *keyword-package* *random-state* *self-path*
syn keyword txl_keyword contained *stddebug* *stderr* *stdin* *stdout*