diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-07-01 21:36:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-07-01 21:36:22 -0700 |
commit | 62d1ded8ee9e5be68c7c2545b047c929e9ff63fd (patch) | |
tree | 1ffe286cd9e4fc3c657a4b5a9417a1161e3d1540 /ChangeLog | |
parent | b045e1884df090dbba5646c9037c0d5b73ca8ae4 (diff) | |
download | txr-62d1ded8ee9e5be68c7c2545b047c929e9ff63fd.tar.gz txr-62d1ded8ee9e5be68c7c2545b047c929e9ff63fd.tar.bz2 txr-62d1ded8ee9e5be68c7c2545b047c929e9ff63fd.zip |
* genman.txr: Take advantage of \@ escape in quasilit.
* genvim.txr (txr_escat): New match category containing \@.
Colorized a String.
(txr_quasilit): Contains txr_escat. Thus, \@ looks like any
other escape inside a quasilit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2015-07-01 Kaz Kylheku <kaz@kylheku.com> + * genman.txr: Take advantage of \@ escape in quasilit. + + * genvim.txr (txr_escat): New match category containing \@. + Colorized a String. + (txr_quasilit): Contains txr_escat. Thus, \@ looks like any + other escape inside a quasilit. + +2015-07-01 Kaz Kylheku <kaz@kylheku.com> + * genman.txr: Bugfix: reproduce the correct opening bracket before a function link. |