Sha256: edfb5d056feb61ddce6cc82edf3ad9187872e8d6320804c8bc1e22e44c54de8c

Contents?: true

Size: 1.5 KB

Versions: 27

Compression:

Stored size: 1.5 KB

Contents

{
  "name": "XCompose",
  "scopeName": "config.xcompose",
  "patterns": [
    {
      "include": "#comment"
    },
    {
      "include": "#multikey"
    },
    {
      "include": "#key"
    },
    {
      "include": "#quoted"
    },
    {
      "include": "#function"
    },
    {
      "include": "#colon"
    },
    {
      "include": "#unicode"
    },
    {
      "include": "#keyword"
    }
  ],
  "repository": {
    "colon": {
      "name": "entity.function.xcompose",
      "match": ":"
    },
    "comment": {
      "name": "comment.block.xcompose",
      "match": "#.*"
    },
    "key": {
      "match": "(?x) ( \u003c ) ( \\S+ ) ( \u003e )",
      "captures": {
        "1": {
          "name": "entity.function.xcompose"
        },
        "2": {
          "name": "keyword.xcompose.xcompose"
        },
        "3": {
          "name": "entity.function.xcompose"
        }
      }
    },
    "keyword": {
      "name": "entity.function.xcompose",
      "match": "\u0008include\u0008"
    },
    "multikey": {
      "match": "(?x) ( \u003c ) ( Multi_key ) ( \u003e )",
      "captures": {
        "1": {
          "name": "entity.function.xcompose"
        },
        "2": {
          "name": "declaror.class.xcompose"
        },
        "3": {
          "name": "entity.function.xcompose"
        }
      }
    },
    "quoted": {
      "name": "string.quoted.double.xcompose",
      "match": "\".*\""
    },
    "unicode": {
      "name": "storage.modifier.unicode.xcompose",
      "match": "U[0-9A-Fa-f]+"
    }
  }
}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
github-linguist-7.11.1 grammars/config.xcompose.json
github-linguist-7.10.0 grammars/config.xcompose.json
github-linguist-7.11.0 grammars/config.xcompose.json
github-linguist-7.9.0 grammars/config.xcompose.json
github-linguist-7.8.0 grammars/config.xcompose.json
github-linguist-7.7.0 grammars/config.xcompose.json
github-linguist-7.6.1 grammars/config.xcompose.json
github-linguist-7.6.0 grammars/config.xcompose.json
github-linguist-7.5.1 grammars/config.xcompose.json
github-linguist-7.5.0 grammars/config.xcompose.json
github-linguist-7.4.0 grammars/config.xcompose.json
github-linguist-7.3.1 grammars/config.xcompose.json
github-linguist-7.3.0 grammars/config.xcompose.json
github-linguist-7.2.0 grammars/config.xcompose.json
github-linguist-7.1.3 grammars/config.xcompose.json
github-linguist-7.1.2 grammars/config.xcompose.json
github-linguist-7.1.1 grammars/config.xcompose.json
github-linguist-7.1.0 grammars/config.xcompose.json
github-linguist-7.0.0 grammars/config.xcompose.json
github-linguist-6.4.1 grammars/config.xcompose.json