diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | genvim.txr | 1 | ||||
-rw-r--r-- | txr.vim | 1 |
3 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-10-27 Kaz Kylheku <kaz@kylheku.com> + + * genvim.txr: Include syntactic directives which aren't extracted from + sources because actions aren't registered for them. + + * txr.vim: Regenerated. + 2013-10-24 Kaz Kylheku <kaz@kylheku.com> Ouch! Turns out the code base has numerous unintended @@ -52,6 +52,7 @@ 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 ]*." @@ -30,6 +30,7 @@ syn keyword txr_keyword contained none output rebind 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 end and or syn keyword txl_keyword contained * *keyword-package* *random-state* *self-path* syn keyword txl_keyword contained *stddebug* *stderr* *stdin* *stdout* |