diff options
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -19,18 +19,18 @@ syn spell toplevel setlocal iskeyword=a-z,A-Z,48-57,!,$,&,*,+,-,<,=,>,?,\\,_,~,^ -syn keyword txr_keyword contained accept all bind block -syn keyword txr_keyword contained cases cat choose close -syn keyword txr_keyword contained coll collect defex deffilter -syn keyword txr_keyword contained define do eof eol -syn keyword txr_keyword contained fail filter flatten forget -syn keyword txr_keyword contained freeform fuzz gather load -syn keyword txr_keyword contained local maybe merge next -syn keyword txr_keyword contained none output rebind repeat +syn keyword txr_keyword contained accept all and bind +syn keyword txr_keyword contained block cases cat choose +syn keyword txr_keyword contained close coll collect defex +syn keyword txr_keyword contained deffilter define do end +syn keyword txr_keyword contained eof eol fail filter +syn keyword txr_keyword contained flatten forget freeform fuzz +syn keyword txr_keyword contained gather load local maybe +syn keyword txr_keyword contained merge next none or +syn keyword txr_keyword contained output rebind rep 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* |