summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-11 19:43:19 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-12-11 19:43:19 -0500
commit8f55532922c116b80cedbf6296fda07adfdb8c13 (patch)
tree31db4054fc0aa02f2253d1752dac1b8ee40c2f65
parent154f53ce2160bb9ffc992fab3ab4d54a46fe901a (diff)
Add guile-syntax-highlight 0.2.0 release announcement.
-rw-r--r--posts/2022-12-11-guile-syntax-highlight-0.2.0-released.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/posts/2022-12-11-guile-syntax-highlight-0.2.0-released.md b/posts/2022-12-11-guile-syntax-highlight-0.2.0-released.md
new file mode 100644
index 0000000..4f967f8
--- /dev/null
+++ b/posts/2022-12-11-guile-syntax-highlight-0.2.0-released.md
@@ -0,0 +1,33 @@
+title: Guile-syntax-highlight 0.2.0 released
+date: 2022-12-11 20:00:00
+tags: guile, release
+summary: Guile-syntax-highlight 0.2.0 has been released
+---
+
+I'm happy to announce that Guile-syntax-highlight 0.2.0 has been
+released! This is a pretty slow moving project but the last (and
+only) release was in 2018 so this release is long overdue.
+
+Guile-syntax-highlight is a general-purpose syntax highlighting
+library for GNU Guile. It can parse code written in various
+programming languages into a simple s-expression that can be easily
+converted to HTML (via SXML) or any other format for rendering.
+
+Notable changes:
+
+* New Common Lisp highlighter.
+* New CSS highlighter.
+* New Git ignore file highlighter.
+* New `lex-consume-until` procedure.
+
+Thanks to Julien Lepiller and Filip Lajszczak for their contributions
+to this release!
+
+source tarball: <https://files.dthompson.us/guile-syntax-highlight/guile-syntax-highlight-0.2.0.tar.gz>
+
+signature: <https://files.dthompson.us/guile-syntax-highlight/guile-syntax-highlight-0.2.0.tar.gz.asc>
+
+See the [Guile-syntax-highlight project
+page](/projects/guile-syntax-highlight.html) for more information.
+
+Bug reports, bug fixes, feature requests, and patches are welcomed.