Sha256: 6f08c73d10d014d3d9688adf3688a15cd9fc8206c941ecfd3d77989c00135409
Contents?: true
Size: 1.1 KB
Versions: 27
Compression:
Stored size: 1.1 KB
Contents
{ "name": "HTML (ASP)", "scopeName": "text.html.asp", "patterns": [ { "name": "comment.block.asp.server", "begin": "\u003c%--", "end": "--%\u003e", "beginCaptures": { "0": { "name": "punctuation.definition.comment.begin.asp" } }, "endCaptures": { "0": { "name": "punctuation.definition.comment.end.asp" } } }, { "name": "source.asp.embedded.html", "begin": "\u003c%=?", "end": "%\u003e", "patterns": [ { "name": "comment.line.apostrophe.asp", "match": "(').*?(?=%\u003e)", "captures": { "1": { "name": "punctuation.definition.comment.asp" } } }, { "include": "source.asp" } ], "beginCaptures": { "0": { "name": "punctuation.section.embedded.begin.asp" } }, "endCaptures": { "0": { "name": "punctuation.section.embedded.end.asp" } } }, { "include": "text.html.basic" } ] }
Version data entries
27 entries across 27 versions & 1 rubygems