{
  "name": "Demo: Rainbow",
  "description": "Demonstrate use of color in syntaxes and themes. This syntax does only one thing: When the word \"rainbow\" is typed, it changes the letters to the colors of the rainbow.",
  "author": "Agile Tortoise, Inc.",
  "sampleText": "RAINBOW",
  "scopeName": "text.rainbow",
  "listCompletionDefinitions": [
  ],
  "rangeExtensionType": {
    "default": "lineExtended"
  },
  "listCompletion": "none",
  "fileExtensions": [
  ],
  "patterns": [
    {
      "match": "([rR])([aA])([iI])([nN])([Bb])([oO])([wW])",
      "exclusive": true,
      "comment": "Match word \"rainbow\"",
      "captures": {
        "1": {
          "scope": "text.bold,color.red"
        },
        "2": {
          "scope": "text.bold,color.orange"
        },
        "3": {
          "scope": "text.bold,color.yellow"
        },
        "4": {
          "scope": "text.bold,color.green"
        },
        "5": {
          "scope": "text.bold,color.blue"
        },
        "6": {
          "scope": "text.bold,color.indigo"
        },
        "7": {
          "scope": "text.bold,color.purple"
        }
      }
    }
  ],
  "navigationPatterns": [
  ],
  "indentationPatterns": [
  ],
  "taskMarkDefinitions": [
  ]
}