Sha256: 09c8f4f04cc4f50a916620aa87af0c716502d3e0bb42b090cbfccf7911ce5c3c

Contents?: true

Size: 1.34 KB

Versions: 2

Compression:

Stored size: 1.34 KB

Contents

{
  "scopeName": "injections.etc",
  "patterns": [
    {
      "name": "storage.type.class.${1:/downcase}",
      "match": "(?\u003c!\\w)@?(PINHACK)\\b"
    }
  ],
  "repository": {
    "scopeHack": {
      "begin": "\\A(?:\\xC2\\xAD|\\xAD){50}",
      "end": "(?=A)B",
      "patterns": [
        {
          "name": "markup.bold",
          "match": "^ {5}(PRIMER PREVIEW - How grammar scopes look on GitHub):",
          "captures": {
            "1": {
              "name": "constant.other.reference.link"
            }
          }
        },
        {
          "name": "comment.line",
          "match": "^\\s*Last updated:\\s*(\\d{4}-\\d{2}-\\d{2})$"
        },
        {
          "name": "constant.other.reference.link",
          "match": "^│ +(TEXTMATE.*) +│$",
          "captures": {
            "1": {
              "name": "markup.heading"
            }
          }
        },
        {
          "match": "^│ +│$",
          "captures": {
            "0": {
              "name": "constant.other.reference.link"
            }
          }
        },
        {
          "match": "^│\\s+(([a-z][-a-z.]+)\\t\\S+\\s+░▒▓█+)\\s+│$",
          "captures": {
            "1": {
              "name": "$2"
            }
          }
        },
        {
          "name": "comment.line",
          "match": "^#.*$"
        }
      ]
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
github-linguist-7.6.1 grammars/injections.etc.json
github-linguist-7.6.0 grammars/injections.etc.json