summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-04 05:48:14 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-04 05:48:14 -0700
commit1ed668849f55baabd50a87375a94ae89f7c5f4b7 (patch)
tree0e780096151e8abce72b7f3aa049b8c00473f744 /ChangeLog
parent4322422242f7026a931d326813f6bace50de6fe5 (diff)
downloadtxr-1ed668849f55baabd50a87375a94ae89f7c5f4b7.tar.gz
txr-1ed668849f55baabd50a87375a94ae89f7c5f4b7.tar.bz2
txr-1ed668849f55baabd50a87375a94ae89f7c5f4b7.zip
Reduce regex duplication in genvim.txr.
* genvim.txr (bs, hex, at, alpha, alnum, dig, oct, chesc, glyph): New variables. *(txr_error, txr_atat, txr_comment, txr_contin, txr_char, txr_regdir, txr_variable, txr_splicevar, txr_stresc, txr_numesc, txr_regesc, txr_chr, txr_num, txr_badnum,txr_ident, txr_braced_ident): Use regex definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3279ae6d..57278a06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2015-07-04 Kaz Kylheku <kaz@kylheku.com>
+
+ Reduce regex duplication in genvim.txr.
+
+ * genvim.txr (bs, hex, at, alpha, alnum, dig, oct, chesc, glyph):
+ New variables.
+ *(txr_error, txr_atat, txr_comment, txr_contin, txr_char,
+ txr_regdir, txr_variable, txr_splicevar, txr_stresc, txr_numesc,
+ txr_regesc, txr_chr, txr_num, txr_badnum,txr_ident,
+ txr_braced_ident): Use regex definitions.
+
2015-07-03 Kaz Kylheku <kaz@kylheku.com>
Syntax highlighting fixes: characters, variables, identifers.