summaryrefslogtreecommitdiffstats
path: root/genvim.txr
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 /genvim.txr
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 'genvim.txr')
-rw-r--r--genvim.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/genvim.txr b/genvim.txr
index 38f5d624..cf644e5e 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -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