commit 5ea3fd1ff9d8812454f228971d39777cc427c45e
parent 0de95a52d8e6d163a0be6acaaeee46b99178add8
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 6 Jul 2016 20:45:49 +0200
Updating documentation: some notes on syntax highlighting
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -2,6 +2,10 @@
Chrysalide is a clean, minimalistic, responsive, and Lynx friendly theme. It is the default theme for [Motyl](http://www.cambus.net/motyl/), an opinionated static site generator written in Lua.
+## Syntax highlighting
+
+Chrysalide uses [Prism](http://prismjs.com/) for client-side Syntax highlighting. The bundled style sheet has support for the following languages: Markup, CSS, C-like, JavaScript.
+
## License
Chrysalide is released under the BSD 2-Clause license. See `LICENSE` file for details.