[standard-ml/en-en] SML syntax highlighting on GitHub

This commit is contained in:
Simon Shine 2013-12-02 13:12:39 +01:00
parent 29f06c2d2f
commit 9b43a17fb5

View File

@ -11,7 +11,7 @@ pattern matching, type inference (guessing the right types but never allowing
implicit type conversion). If you have an imperative background, not being able implicit type conversion). If you have an imperative background, not being able
to update variables can feel severely inhibiting. to update variables can feel severely inhibiting.
``` ```sml
(* Comments in Standard ML begin with (* and end with *). Comments can be (* Comments in Standard ML begin with (* and end with *). Comments can be
nested which means that all (* tags must end with a *) tag. This comment nested which means that all (* tags must end with a *) tag. This comment
contains two nested comments. *) contains two nested comments. *)