Sha256: b5cc6ccb2ce050fb5f97579fe1280e93c67c3aa44c6b7530dc38b552b8eb2bd8

Contents?: true

Size: 521 Bytes

Versions: 4

Compression:

Stored size: 521 Bytes

Contents

{
  "name": "Gemfile",
  "scopeName": "source.ruby.gemfile",
  "fileTypes": [
    "Gemfile"
  ],
  "patterns": [
    {
      "include": "source.ruby"
    },
    {
      "begin": "\\b(?<!\\.|::)(gem|git|group|platforms|ruby|source)\\b(?![?!])",
      "captures": {
        "1": {
          "name": "keyword.other.special-method.ruby.gemfile"
        }
      },
      "end": "$|(?=#|})",
      "name": "meta.declaration.ruby.gemfile",
      "patterns": [
        {
          "include": "$self"
        }
      ]
    }
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github-linguist-5.3.3 grammars/source.ruby.gemfile.json
github-linguist-5.3.2 grammars/source.ruby.gemfile.json
github-linguist-5.3.1 grammars/source.ruby.gemfile.json
github-linguist-5.3.0 grammars/source.ruby.gemfile.json