Sha256: ce0bc2e1801de68d07f513bbe4220f136cf6991213a842c4e0f48cae617b6030

Contents?: true

Size: 1.54 KB

Versions: 4

Compression:

Stored size: 1.54 KB

Contents

{
  "name": "HTML (ABL)",
  "scopeName": "text.html.abl",
  "fileTypes": [
    "w",
    "html"
  ],
  "uuid": "043f4cd2-a6ba-49fc-b269-0fbf41acb7e5",
  "patterns": [
    {
      "begin": ".*(<)(script) (language)(=)(\"SpeedScript\")(>)",
      "end": ".*(</)(script)(>)",
      "beginCaptures": {
        "1": {
          "name": "punctuation.definition.tag.begin.html"
        },
        "2": {
          "name": "entity.name.tag.script.html"
        },
        "3": {
          "name": "entity.other.attribute-name.html"
        },
        "4": {
          "name": "meta.tag.inline.any.html"
        },
        "5": {
          "name": "string.double.quoted.html"
        },
        "6": {
          "name": "punctuation.definition.tag.end.html"
        }
      },
      "endCaptures": {
        "1": {
          "name": "punctuation.definition.tag.begin.html"
        },
        "2": {
          "name": "entity.name.tag.script.html"
        },
        "3": {
          "name": "punctuation.definition.tag.end.html"
        }
      },
      "name": "source.abl",
      "patterns": [
        {
          "include": "source.abl"
        }
      ]
    },
    {
      "begin": "\\`",
      "end": "\\`",
      "beginCaptures": {
        "0": {
          "name": "string.double.quoted.html"
        }
      },
      "endCaptures": {
        "0": {
          "name": "string.double.quoted.html"
        }
      },
      "name": "source.abl",
      "patterns": [
        {
          "include": "source.abl"
        }
      ]
    },
    {
      "include": "text.html.basic"
    }
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github-linguist-5.3.3 grammars/text.html.abl.json
github-linguist-5.3.2 grammars/text.html.abl.json
github-linguist-5.3.1 grammars/text.html.abl.json
github-linguist-5.3.0 grammars/text.html.abl.json