diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-16 09:05:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-16 09:05:27 -0800 |
commit | a71779857107fb3cdf53ce32900087e74854a4a7 (patch) | |
tree | 17503a76eaca4a9c1b2e369bf1a9496451f5216d | |
parent | 8759015d7efe346fc22febcc7f429cfd09bdac97 (diff) | |
download | txr-a71779857107fb3cdf53ce32900087e74854a4a7.tar.gz txr-a71779857107fb3cdf53ce32900087e74854a4a7.tar.bz2 txr-a71779857107fb3cdf53ce32900087e74854a4a7.zip |
* txr.vim: iskeyword updated.
-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 |