diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.vim | 7 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2011-11-02 Kaz Kylheku <kaz@kylheku.com> + + * txr.vim: Added missing keywords. + 2011-11-01 Kaz Kylheku <kaz@kylheku.com> * genman.txr: Use filter for mapping month digits to names. @@ -17,9 +17,12 @@ syn case match syn spell toplevel syn keyword txr_keyword contained skip trailer freeform block accept fail -syn keyword txr_keyword contained next some all none maybe cases choose collect +syn keyword txr_keyword contained next some all none and or +syn keyword txr_keyword contained maybe cases choose collect until last end syn keyword txr_keyword contained flatten forget local merge bind set cat output -syn keyword txr_keyword contained define try defex throw deffilter filter eof eol +syn keyword txr_keyword contained repeat rep first last single empty +syn keyword txr_keyword contained define try catch finally throw +syn keyword txr_keyword contained defex throw deffilter filter eof eol syn match txr_at "@[ \t]*@" syn match txr_comment "@#.*" |