Sha256: 86f9f576d675d4ac500665af74292a8ea55e84d5b66782a52306419174310324

Contents?: true

Size: 260 Bytes

Versions: 8

Compression:

Stored size: 260 Bytes

Contents

{
  "name": "Show EOL characters",
  "scopeName": "text.plain",
  "patterns": [
    {
      "name": "crlf",
      "match": "(?:\\r\\n)"
    },
    {
      "name": "lf",
      "match": "(?:\\n)"
    },
    {
      "name": "cr",
      "match": "\\r"
    }
  ]
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
github-linguist-7.11.1 grammars/text.plain.json
github-linguist-7.10.0 grammars/text.plain.json
github-linguist-7.11.0 grammars/text.plain.json
github-linguist-7.9.0 grammars/text.plain.json
github-linguist-7.8.0 grammars/text.plain.json
github-linguist-7.7.0 grammars/text.plain.json
github-linguist-7.6.1 grammars/text.plain.json
github-linguist-7.6.0 grammars/text.plain.json