Sha256: db87be2b5a538eadf5af729e215aa2e567cbf91786c9ff85b4ce5640048a737c
Contents?: true
Size: 1.19 KB
Versions: 38
Compression:
Stored size: 1.19 KB
Contents
{ "comment": "CM is the SML Compilation Manager, a sophisticated make that determines dependencies for you.", "fileTypes": [ "cm" ], "name": "Standard ML - CM", "patterns": [ { "begin": "\\(\\*", "beginCaptures": { "0": { "name": "punctuation.definition.comment.begin.ml" } }, "end": "\\*\\)", "endCaptures": { "0": { "name": "punctuation.definition.comment.end.ml" } }, "name": "comment.block.cm" }, { "match": "\\b(Library|is|Group|structure|signature|functor)\\b", "name": "keyword.other.cm" }, { "begin": "^\\s*(#(if).*)", "captures": { "1": { "name": "meta.preprocessor.cm" }, "2": { "name": "keyword.control.import.if.cm" } }, "end": "^\\s*(#(endif))", "name": "meta.directive.cm" }, { "begin": "\"", "end": "\"", "name": "string.quoted.double.cm", "patterns": [ { "match": "\\\\.", "name": "constant.character.escape.cm" } ] } ], "scopeName": "source.cm", "uuid": "AEF91285-0D21-4BB0-B702-F5D0CEDBA4B8" }
Version data entries
38 entries across 38 versions & 2 rubygems