Sha256: 4f52605ce77a3b7da824b1721034707265f586532facfa771e22972f8fca688f
Contents?: true
Size: 1.46 KB
Versions: 3
Compression:
Stored size: 1.46 KB
Contents
{ "firstLineMatch": "^Format:\\s*(?i:complete)\\s*$", "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)", "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", "name": "MultiMarkdown", "patterns": [ { "begin": "^([A-Za-z0-9]+)(:)\\s*", "beginCaptures": { "1": { "name": "keyword.other.multimarkdown" }, "2": { "name": "punctuation.separator.key-value.multimarkdown" } }, "end": "^$|^(?=[A-Za-z0-9]+:)", "name": "meta.header.multimarkdown", "patterns": [ { "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", "match": ".+", "name": "string.unquoted.multimarkdown" } ] }, { "begin": "^(?!=[A-Za-z0-9]+:)", "end": "^(?=not)possible$", "name": "meta.content.multimarkdown", "patterns": [ { "include": "text.html.markdown" } ] } ], "scopeName": "text.html.markdown.multimarkdown", "uuid": "F5E04BF4-69A9-45AE-9205-B3F3C2B00130" }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ver-2009.12.14 | config/syntax/MultiMarkdown.json |
ver-2009.11.29 | config/syntax/MultiMarkdown.json |
ver-2009.11.28 | config/syntax/MultiMarkdown.json |