From 9b43a17fb5cf88a31419d20fbb34f84749317b13 Mon Sep 17 00:00:00 2001 From: Simon Shine Date: Mon, 2 Dec 2013 13:12:39 +0100 Subject: [standard-ml/en-en] SML syntax highlighting on GitHub --- standard-ml.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *) -- cgit v1.2.3