name: Standard ML fileTypes:

scopeName: source.ml repository:

spec: 
  patterns: 
  - name: meta.spec.ml.type
    captures: 
      "1": 
        name: keyword.other.ml
    match: \b(type)\b
  - name: meta.spec.ml.datatype
    captures: 
      "1": 
        name: keyword.other.ml
    match: \b(datatype)\b
  - name: meta.spec.ml.val
    captures: 
      "1": 
        name: keyword.other.ml
    match: "\\b(val)\\s*\\w+:"
  - name: meta.spec.ml.structure
    captures: 
      "1": 
        name: keyword.other.ml
    match: "\\b(structure)\\s*\\w+:"
  - name: meta.spec.ml.include
    captures: 
      "1": 
        name: keyword.other.ml
    match: \b(include)\b

uuid: 9B148AEA-F723-4EDE-8B7F-2F4FD730BC3A foldingStartMarker: (*|b(struct|sig)b patterns:

foldingStopMarker: *)|bendb keyEquivalent: ^~S