Sha256: 01d0396c5cac195b9b71030746aa75761be1a07e40ec0cc570ae1fee2b6fc32e

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

Contents

---
name: MultiMarkdown
firstLineMatch: "^Format:\\s*(?i:complete)\\s*$"
scopeName: text.html.markdown.multimarkdown
uuid: F5E04BF4-69A9-45AE-9205-B3F3C2B00130
foldingStartMarker: "(?x)\n\t\t(<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)\\b.*?>\n\t\t|<!--(?!.*-->)\n\t\t|\\{\\s*($|\\?>\\s*$|//|/\\*(.*\\*/\\s*$|(?!.*?\\*/)))\n\t\t)"
patterns:
- name: meta.header.multimarkdown
  begin: "^([A-Za-z0-9]+)(:)\\s*"
  beginCaptures:
    '1':
      name: keyword.other.multimarkdown
    '2':
      name: punctuation.separator.key-value.multimarkdown
  end: "^$|^(?=[A-Za-z0-9]+:)"
  patterns:
  - name: string.unquoted.multimarkdown
    match: ".+"
    comment: "The reason for not setting scopeName = \"string.unquoted\" \n\t\t\t\t\t\t(for
      the parent rule) is that we do not want\n\t\t\t\t\t\tnewlines to be marked as
      string.unquoted"
- name: meta.content.multimarkdown
  begin: "^(?!=[A-Za-z0-9]+:)"
  end: "^(?=not)possible$"
  patterns:
  - include: text.html.markdown
foldingStopMarker: "(?x)\n\t\t(</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)>\n\t\t|^\\s*-->\n\t\t|(^|\\s)\\}\n\t\t)"
keyEquivalent: "^~M"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
code_rippa-1.0.1 lib/code_rippa/syntax/multimarkdown.syntax
code_rippa-1.0.0 lib/code_rippa/syntax/multimarkdown.syntax