From: Jackson Ray Hamilton Date: Sun, 21 Dec 2014 08:54:40 +0000 (-0800) Subject: Add language support documentation. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/f77870dbe0562ba9331a33ff5dfa87191055a9f5 Add language support documentation. --- diff --git a/README.md b/README.md index cf1deff37..e7d90d09a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ code*. ## Features +Currently, only JavaScript language support has been implemented. + +Extension is as simple as writing a "scopifier" for the language of your choice +and adding an entry to `context-coloring-scopifier-plist`. See +`languages/javascript/scopifier.js` for an example. + - Light and dark color schemes. - Fast async AST parsing. Some total parse + recolor times: - jQuery (9191 lines): 0.63 seconds