summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-10-29 19:13:04 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-10-29 19:13:04 -0700
commitd770f2c7b234a88dd2479a83577e26db8655785c (patch)
tree4096fa43e0036b2564e61e42dc1fc49b636a7114 /ChangeLog
parentebacbd123ab9cd937fdddbfa6a6bbb25645c0f33 (diff)
downloadtxr-d770f2c7b234a88dd2479a83577e26db8655785c.tar.gz
txr-d770f2c7b234a88dd2479a83577e26db8655785c.tar.bz2
txr-d770f2c7b234a88dd2479a83577e26db8655785c.zip
Vim syntax coloring for standalone TXR Lisp (*.tl) files.
* genvim.txr (generate): New pattern function, contains generation logic so we can do it twice. * txr.vim: Regenerated. * tl.vim: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0a235ee..4b6b2816 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2014-10-29 Kaz Kylheku <kaz@kylheku.com>
+
+ Vim syntax coloring for standalone TXR Lisp (*.tl) files.
+
+ * genvim.txr (generate): New pattern function, contains
+ generation logic so we can do it twice.
+
+ * txr.vim: Regenerated.
+
+ * tl.vim: New file.
+
2014-10-26 Kaz Kylheku <kaz@kylheku.com>
* lib.c (type_check): Function moved to header file inline.