diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-12-02 07:15:19 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-12-02 07:15:19 -0800 |
commit | fb9aba2ed5f2cb69da4737f1f65949da81af6b94 (patch) | |
tree | 68709acc7b83b7dbac84f3795d62c507d532ba19 /txr.vim | |
parent | 20aea3056274d54e32247061cbe3f0ebb71e9992 (diff) | |
download | txr-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.vim | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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* |