summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-03 19:28:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-03 19:28:09 -0700
commit4322422242f7026a931d326813f6bace50de6fe5 (patch)
treec13904e275e3e8e24258714ffc5c0ebdd23b4fe1 /ChangeLog
parentdf9b352e706bfa4f50aa148e790c1a6b6717bd16 (diff)
downloadtxr-4322422242f7026a931d326813f6bace50de6fe5.tar.gz
txr-4322422242f7026a931d326813f6bace50de6fe5.tar.bz2
txr-4322422242f7026a931d326813f6bace50de6fe5.zip
Syntax highlighting fixes: characters, variables, identifers.
* genvim.txr (txr_variable, txr_splicevar, txr_bracevar): Weren't being generated into tl.vim. Moved to a common section. (txr_nested_error): Relocate above other matches. (txr_ident): Fixed not to match tokens starting with #.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49b3c468..3279ae6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2015-07-03 Kaz Kylheku <kaz@kylheku.com>
+ Syntax highlighting fixes: characters, variables, identifers.
+
+ * genvim.txr (txr_variable, txr_splicevar, txr_bracevar): Weren't being
+ generated into tl.vim. Moved to a common section.
+ (txr_nested_error): Relocate above other matches.
+ (txr_ident): Fixed not to match tokens starting with #.
+
+2015-07-03 Kaz Kylheku <kaz@kylheku.com>
+
* genman.txr: Simplify double plass over BODY into single pass.
2015-07-03 Kaz Kylheku <kaz@kylheku.com>