summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-01 21:36:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-01 21:36:22 -0700
commit62d1ded8ee9e5be68c7c2545b047c929e9ff63fd (patch)
tree1ffe286cd9e4fc3c657a4b5a9417a1161e3d1540 /ChangeLog
parentb045e1884df090dbba5646c9037c0d5b73ca8ae4 (diff)
downloadtxr-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afa4ec74..217615be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.