Sha256: 0fd2c747fb0457324ee64634617d810a72872c130a5dde4ab56ec7f2728c745d

Contents?: true

Size: 1.5 KB

Versions: 16

Compression:

Stored size: 1.5 KB

Contents

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
github-linguist-5.3.3 grammars/config.xcompose.json
github-linguist-5.3.2 grammars/config.xcompose.json
github-linguist-5.3.1 grammars/config.xcompose.json
github-linguist-5.3.0 grammars/config.xcompose.json
github-linguist-5.2.0 grammars/config.xcompose.json
github-linguist-5.1.0 grammars/config.xcompose.json
github-linguist-5.0.11 grammars/config.xcompose.json
github-linguist-5.0.10 grammars/config.xcompose.json
github-linguist-5.0.9 grammars/config.xcompose.json
github-linguist-5.0.8 grammars/config.xcompose.json
github-linguist-5.0.7 grammars/config.xcompose.json
github-linguist-5.0.6 grammars/config.xcompose.json
github-linguist-5.0.5 grammars/config.xcompose.json
github-linguist-5.0.4 grammars/config.xcompose.json
github-linguist-5.0.3 grammars/config.xcompose.json
github-linguist-5.0.2 grammars/config.xcompose.json