Sha256: 1af857b05756ca67adf1aca00591481a1835263cff5a7f0e81d8fa84539e8144

Contents?: true

Size: 737 Bytes

Versions: 4

Compression:

Stored size: 737 Bytes

Contents

{
  "name": "Shell Session",
  "scopeName": "text.shell-session",
  "patterns": [
    {
      "match": "(?x) ^ (?: ( (?:\\(\\S+\\))? (?: sh\\S*?                       | \\w+\\S+[@:]\\S+(?:\\s+\\S+)? | \\[\\S+[@:][^\\n]+\\].+ ) ) \\s* )? ( [\u003e$#%] | \\p{Greek} ) \\s+ (.*) $",
      "captures": {
        "1": {
          "name": "entity.other.prompt-prefix.shell-session"
        },
        "2": {
          "name": "punctuation.separator.prompt.shell-session"
        },
        "3": {
          "name": "source.shell",
          "patterns": [
            {
              "include": "source.shell"
            }
          ]
        }
      }
    },
    {
      "name": "meta.output.shell-session",
      "match": "^.+$"
    }
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github-linguist-6.2.0 grammars/text.shell-session.json
github-linguist-6.1.0 grammars/text.shell-session.json
github-linguist-6.0.1 grammars/text.shell-session.json
github-linguist-6.0.0 grammars/text.shell-session.json