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 /genman.txr | |
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 'genman.txr')
-rw-r--r-- | genman.txr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ This document was created by (tag (or [txlhash tok] [@@2 tok]))) (if tag - `@[@1 0](<A HREF="#@tag">@tok</A>` + `\@(<A HREF="#@tag">@tok</A>` @1)) @1))) (regsub #/[\(\[][^ )&]+/ (do let* ((tok [@1 1..:]) |