summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSimon Shine <shreddedglory@gmail.com>2013-12-02 13:12:39 +0100
committerSimon Shine <shreddedglory@gmail.com>2013-12-02 13:12:39 +0100
commit9b43a17fb5cf88a31419d20fbb34f84749317b13 (patch)
tree719f1c1313cf0d8c38d1d3dcc53ac3b1b71251df
parent29f06c2d2fd8e57a11816969da3d65f68b932a2d (diff)
[standard-ml/en-en] SML syntax highlighting on GitHub
-rw-r--r--standard-ml.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/standard-ml.html.markdown b/standard-ml.html.markdown
index d1a8fc12..98c2ea39 100644
--- a/standard-ml.html.markdown
+++ b/standard-ml.html.markdown
@@ -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
to update variables can feel severely inhibiting.
-```
+```sml
(* 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
contains two nested comments. *)