diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-11-22 21:43:40 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-11-22 21:43:40 -0800 |
commit | 40598651f805790da575c4a52fa40cbc34c7851f (patch) | |
tree | 37ef21e2f2f563d00831cf741848716e2cc510ad /genvim.txr | |
parent | 0d2117f8988bf1208fc9fd89ca2daad6794c17c6 (diff) | |
download | txr-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 'genvim.txr')
-rw-r--r-- | genvim.txr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,6 +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"))) @(set (txr-sym txl-sym) (@(sortuniq txr-sym) @(sortuniq txl-sym))) @(output) " VIM Syntax file for txr @@ -56,7 +57,6 @@ syn spell toplevel setlocal iskeyword=a-z,A-Z,48-57,!,$,&,*,+,-,<,=,>,?,\\,_,~,^ @(rep) @{txr-sym}@(mod 0 4)@\nsyn keyword txr_keyword contained @{txr-sym}@(end) -syn keyword txr_keyword contained end and or @(rep) @{txl-sym}@(mod 0 4)@\nsyn keyword txl_keyword contained @{txl-sym}@(end) syn match txr_error "@@[\t ]*[*]\?[\t ]*." |