diff options
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |