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 /genvim.txr | |
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 'genvim.txr')
-rw-r--r-- | genvim.txr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ void eval_init(void) (let* ((hash (hash :equal-based))) (mapcar (op sethash hash @1 @1) list) [sort (hash-values hash) string-lt]))) -@(do (set [txr-sym 0..0] '("rep" "end" "and" "or"))) +@(do (set [txr-sym 0..0] '("rep" "end" "and" "or" "catch" "finally"))) @(set (txr-sym txl-sym) (@(sortuniq txr-sym) @(sortuniq txl-sym))) @(output) " VIM Syntax file for txr |