From ba997a320a7178f4005d30f8583007fe6dc65a10 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 24 Apr 2002 16:03:56 +0000 Subject: Updated list of SML keywords --- isa/isa-syntax.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/isa/isa-syntax.el b/isa/isa-syntax.el index fa9cf42b..0f335647 100644 --- a/isa/isa-syntax.el +++ b/isa/isa-syntax.el @@ -107,9 +107,11 @@ :type '(repeat string)) (defcustom isa-keywords-sml - '("if" "then" "let" "in" "end" "sig" "struct" "else" "use" "open" "of" - "and" "andalso" "orelse" - "type" "datatype" "eqtype" "val" "fun" "functor" "signature" "structure") + '("abstype" "and" "andalso" "as" "case" "datatype" "do" "else" "end" + "eqtype" "exception" "fn" "fun" "functor" "handle" "if" "in" "include" + "infix" "infixr" "let" "local" "nonfix" "of" "op" "open" "orelse" + "raise" "rec" "sharing" "sig" "signature" "struct" "structure" "then" + "type" "val" "while" "with" "withtype") "Standard ML keywords that are nice to have coloured." :group 'isa-syntax :type '(repeat string)) -- cgit v1.2.3