Pygments
========

http://pygments.org/[Pygments] is a generic syntax highlighter.  Here is a _lexer_ for highlighting
<:StandardML: Standard ML>.

* <!ViewGitDir(mlton,master,ide/pygments/sml_lexer)> -- Provides highlighting of keywords, special constants, and (nested) comments.

== Install and use ==
* Checkout all files and install as a http://pygments.org/[Pygments] plugin.
+
----
$ git clone https://github.com/MLton/mlton.git mlton
$ cd mlton/ide/pygments
$ python setup.py install
----

* Invoke `pygmentize` with `-l sml`.

== Feedback ==

Comments and suggestions should be directed to <:MatthewFluet:>.
