tuned markup;
authorwenzelm
Fri, 07 Nov 2014 19:47:05 +0100
changeset 58933 6585e59aee3e
parent 58932 5fd496c26e3b
child 58934 385a4cc7426f
tuned markup;
src/Pure/ML/ml_lex.ML
src/Pure/ML/ml_lex.scala
--- a/src/Pure/ML/ml_lex.ML	Fri Nov 07 17:43:50 2014 +0100
+++ b/src/Pure/ML/ml_lex.ML	Fri Nov 07 19:47:05 2014 +0100
@@ -44,7 +44,7 @@
   "type", "val", "where", "while", "with", "withtype"];
 
 val keywords2 =
- ["case", "do", "else", "end", "if", "in", "let", "local", "of",
+ ["and", "case", "do", "else", "end", "if", "in", "let", "local", "of",
   "sig", "struct", "then", "while", "with"];
 
 val keywords3 =
--- a/src/Pure/ML/ml_lex.scala	Fri Nov 07 17:43:50 2014 +0100
+++ b/src/Pure/ML/ml_lex.scala	Fri Nov 07 19:47:05 2014 +0100
@@ -26,8 +26,8 @@
       "with", "withtype")
 
   val keywords2: Set[String] =
-    Set("case", "do", "else", "end", "if", "in", "let", "local", "of",
-      "sig", "struct", "then", "while", "with")
+    Set("and", "case", "do", "else", "end", "if", "in", "let", "local",
+      "of", "sig", "struct", "then", "while", "with")
 
   val keywords3: Set[String] =
     Set("handle", "open", "raise")