summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-10-18 09:40:58 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-10-18 09:40:58 -0400
commitfe8496e529b1f04e0a3153cc5219cc13e552a6d8 (patch)
tree903b58954dceeccd73c759a5af9715d55ee33cbd
parentbc5e6269693ad400c17d5dcd21d60d5f03149ab9 (diff)
README: Mention that only Scheme is supported right now.
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index f0a05df..83021a2 100644
--- a/README
+++ b/README
@@ -5,6 +5,10 @@ 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.
+* Supported Languages
+
+ - Scheme
+
* Example
#+BEGIN_SRC scheme