diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-15 06:53:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-15 06:53:01 -0700 |
commit | 472f7ac7c4dd31c6cd9b1ea833d5a74c4e674311 (patch) | |
tree | df6e776f8839acbe54984671f3c47bdcbe86ab5b /ChangeLog | |
parent | f218366f20fc90045ad4466919786e69b293dc41 (diff) | |
download | txr-472f7ac7c4dd31c6cd9b1ea833d5a74c4e674311.tar.gz txr-472f7ac7c4dd31c6cd9b1ea833d5a74c4e674311.tar.bz2 txr-472f7ac7c4dd31c6cd9b1ea833d5a74c4e674311.zip |
Fix broken regex highlighting.
* genvim.txr (txl_regex): Missing syntactic region added.
(txr_regex): Start pattern is just a slash; no optional # in front.
* txr.vim: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2014-07-15 Kaz Kylheku <kaz@kylheku.com> + + Fix broken regex highlighting. + + * genvim.txr (txl_regex): Missing syntactic region added. + (txr_regex): Start pattern is just a slash; no optional # in front. + + * txr.vim: Regenerated. + 2014-07-14 Kaz Kylheku <kaz@kylheku.com> * txr.c (txr_main): Allow Lisp code executed via -e and -p options to |