Sha256: eed9a951da8f946d84ec9eedf9d68d24a003db0da2c436793b9d399ab86e6c89

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

Contents

{
  "fileTypes": [
    "asp"
  ],
  "foldingStartMarker": "(<(?i:(head|table|div|style|script|ul|ol|form|dl))\\b.*?>|\\{)",
  "foldingStopMarker": "(</(?i:(head|table|div|style|script|ul|ol|form|dl))>|\\})",
  "keyEquivalent": "^~A",
  "name": "HTML (ASP)",
  "patterns": [
    {
      "begin": "<%=?",
      "beginCaptures": {
        "0": {
          "name": "punctuation.section.embedded.begin.asp"
        }
      },
      "end": "%>",
      "endCaptures": {
        "0": {
          "name": "punctuation.section.embedded.end.asp"
        }
      },
      "name": "source.asp.embedded.html",
      "patterns": [
        {
          "captures": {
            "1": {
              "name": "punctuation.definition.comment.asp"
            }
          },
          "match": "(').*?(?=%>)",
          "name": "comment.line.apostrophe.asp"
        },
        {
          "include": "source.asp"
        }
      ]
    },
    {
      "include": "text.html.basic"
    }
  ],
  "scopeName": "text.html.asp",
  "uuid": "27798CC6-6B1D-11D9-B8FA-000D93589AF6"
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ver-2009.12.14 config/syntax/HTML (ASP).json
ver-2009.11.29 config/syntax/HTML (ASP).json
ver-2009.11.28 config/syntax/HTML (ASP).json