From a7d55eea1d4702734dc0c483bf46bd2ae97ec0d0 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Wed, 20 Apr 2016 09:58:42 -0700 Subject: [PATCH] Adding supported languages to the README. --- README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README b/README index 76afc00..7538ed2 100644 --- a/README +++ b/README @@ -62,3 +62,29 @@ file extension of the filename provided as its first argument. If it still can't figure out what language it uses it will not syntax highlight and instead output plain HTML. +Supported Languages +============================ + +The supported languages depends solely on the languages the 'colorize' +egg supports. That list can be found here + + +As of the latest update of the highlight library these languages are +supported: + + * Basic Lisp + * Scheme + * Emacs Lisp + * Lisp + * C + * C++ + * Java + * C + * Erlang + * Python + * Ruby + * Haskell + * Unified Context Diff + * Cascading Style Sheets (CSS) + * Extensible Markup Language (XML) + * (Extensible) HyperText Markup Language ((X)HTML) \ No newline at end of file