Sha256: a75c3f7be893ed1ab2f65194e0d5dd890a4b810140fcf71814ab73b0694e48ff

Contents?: true

Size: 1.1 KB

Versions: 13

Compression:

Stored size: 1.1 KB

Contents

{
  "scopeName": "text.conllu",
  "patterns": [
    {
      "name": "comment.line.number-sign.conllu",
      "match": "^# .+$"
    },
    {
      "name": "entity.name.section.token.conllu",
      "match": "^([^\t]+)\t([^\t]+)\t([^\t]+)\t([^\t]+)\t([^\t]+)\t([^\t]+)\t([^\t]+)\t([^\t]+)\t([^\t]+)\t([^\t]+)$",
      "captures": {
        "1": {
          "name": "constant.numeric.id.conllu"
        },
        "10": {
          "name": "entity.name.section.misc.conllu"
        },
        "2": {
          "name": "storage.type.form.conllu"
        },
        "3": {
          "name": "entity.name.section.lemma.conllu"
        },
        "4": {
          "name": "constant.language.upostag.conllu"
        },
        "5": {
          "name": "entity.name.section.xpostag.conllu"
        },
        "6": {
          "name": "markup.list.unnumbered.feats.conllu"
        },
        "7": {
          "name": "constant.numeric.head.conllu"
        },
        "8": {
          "name": "keyword.control.deprel.conllu"
        },
        "9": {
          "name": "markup.list.numbered.deps.conllu"
        }
      }
    }
  ]
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
github-linguist-7.11.1 grammars/text.conllu.json
github-linguist-7.10.0 grammars/text.conllu.json
github-linguist-7.11.0 grammars/text.conllu.json
github-linguist-7.9.0 grammars/text.conllu.json
github-linguist-7.8.0 grammars/text.conllu.json
github-linguist-7.7.0 grammars/text.conllu.json
github-linguist-7.6.1 grammars/text.conllu.json
github-linguist-7.6.0 grammars/text.conllu.json
github-linguist-7.5.1 grammars/text.conllu.json
github-linguist-7.5.0 grammars/text.conllu.json
github-linguist-7.4.0 grammars/text.conllu.json
github-linguist-7.3.1 grammars/text.conllu.json
github-linguist-7.3.0 grammars/text.conllu.json