diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.vim | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2011-12-16 Kaz Kylheku <kaz@kylheku.com> + + * txr.vim: iskeyword updated. + 2011-12-15 Kaz Kylheku <kaz@kylheku.com> * lib.c (appendv): bugfix: wrong way test. @@ -1,6 +1,5 @@ " VIM Syntax file for txr " Kaz Kylheku <kaz@kylheku.com> -" 2011-11-01 " INSTALL-HOWTO: " @@ -16,7 +15,7 @@ syn case match syn spell toplevel -setlocal iskeyword=a-z,+,-,*,<,>,= +setlocal iskeyword=a-z,A-Z,48-57,!,$,&,*,+,-,<,=,>,?,\\,_,~,^ syn keyword txr_keyword contained skip trailer freeform block accept fail syn keyword txr_keyword contained next some all none and or |