diff options
| author | David Aspinall | 2002-04-24 16:03:56 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-04-24 16:03:56 +0000 |
| commit | ba997a320a7178f4005d30f8583007fe6dc65a10 (patch) | |
| tree | 49090123f83478da80ad9598d99ace221f85c98a | |
| parent | 96692ffba90e9254c582ca042227380813b51613 (diff) | |
Updated list of SML keywords
| -rw-r--r-- | isa/isa-syntax.el | 8 |
1 files 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)) |
