diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.vim | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2011-11-09 Kaz Kylheku <kaz@kylheku.com> + + * txr.vim: Missing coll keyword added. + 2011-11-08 Kaz Kylheku <kaz@kylheku.com> Task #11431. First cut at horizontal match functions. @@ -18,7 +18,7 @@ syn spell toplevel syn keyword txr_keyword contained skip trailer freeform block accept fail syn keyword txr_keyword contained next some all none and or -syn keyword txr_keyword contained maybe cases choose gather collect until last end +syn keyword txr_keyword contained maybe cases choose gather collect coll until last end syn keyword txr_keyword contained flatten forget local merge bind set cat output syn keyword txr_keyword contained repeat rep first last single empty syn keyword txr_keyword contained define try catch finally throw |