Sha256: 4e16463902f107861d6a15017cc8f597c07061637fe5b49600bc594794d386eb

Contents?: true

Size: 1.91 KB

Versions: 4

Compression:

Stored size: 1.91 KB

Contents

{
  "fileTypes": [
    "ini",
    "conf"
  ],
  "foldingStartMarker": "\\[",
  "foldingStopMarker": "\\[",
  "keyEquivalent": "^~I",
  "name": "Ini",
  "patterns": [
    {
      "captures": {
        "1": {
          "name": "punctuation.definition.comment.ini"
        }
      },
      "match": "(#).*$\\n?",
      "name": "comment.line.number-sign.ini"
    },
    {
      "captures": {
        "1": {
          "name": "punctuation.definition.comment.ini"
        }
      },
      "match": "(;).*$\\n?",
      "name": "comment.line.semicolon.ini"
    },
    {
      "captures": {
        "1": {
          "name": "keyword.other.definition.ini"
        },
        "2": {
          "name": "punctuation.separator.key-value.ini"
        }
      },
      "match": "\\b([a-zA-Z0-9_.-]+)\\b\\s*(=)"
    },
    {
      "captures": {
        "1": {
          "name": "punctuation.definition.entity.ini"
        },
        "3": {
          "name": "punctuation.definition.entity.ini"
        }
      },
      "match": "^(\\[)(.*?)(\\])",
      "name": "entity.name.section.group-title.ini"
    },
    {
      "begin": "'",
      "beginCaptures": {
        "0": {
          "name": "punctuation.definition.string.begin.ini"
        }
      },
      "end": "'",
      "endCaptures": {
        "0": {
          "name": "punctuation.definition.string.end.ini"
        }
      },
      "name": "string.quoted.single.ini",
      "patterns": [
        {
          "match": "\\\\.",
          "name": "constant.character.escape.ini"
        }
      ]
    },
    {
      "begin": "\"",
      "beginCaptures": {
        "0": {
          "name": "punctuation.definition.string.begin.ini"
        }
      },
      "end": "\"",
      "endCaptures": {
        "0": {
          "name": "punctuation.definition.string.end.ini"
        }
      },
      "name": "string.quoted.double.ini"
    }
  ],
  "scopeName": "source.ini",
  "uuid": "77DC23B6-8A90-11D9-BAA4-000A9584EC8C"
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ver-2009.12.14 config/syntax/Ini.json
ver-2009.11.29 config/syntax/Ini.json
ver-2009.11.28 config/syntax/Ini.json
ver-2009.10.14 config/syntax/Ini.json