Sha256: 3a868996c50e7b88c0ccee72e47dee21170cdb201bc576f7f68174768b2ba482
Contents?: true
Size: 750 Bytes
Versions: 2
Compression:
Stored size: 750 Bytes
Contents
{ "name": "Shell Session", "scopeName": "text.shell-session", "patterns": [ { "match": "(?x) ^ (?: ( (?:\\(\\S+\\)\\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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
github-linguist-7.11.1 | grammars/text.shell-session.json |
github-linguist-7.11.0 | grammars/text.shell-session.json |