Sha256: 39596b1bfd32c13af00b6b7c0518d984111e221f526951b70df8b45e987d39b4
Contents?: true
Size: 736 Bytes
Versions: 16
Compression:
Stored size: 736 Bytes
Contents
{ "scopeName": "text.shell-session", "name": "Shell Session", "fileTypes": [ "sh-session" ], "patterns": [ { "match": "(?x) ^ (?: ( (?:\\(\\S+\\))? (?: | sh\\S*? | \\w+\\S+[@:]\\S+(?:\\s+\\S+)? | \\[\\S+[@:][^\\n]+\\].+ ) ) \\s* ) ( [>$#%] ) \\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" } ] } } }, { "match": "^.+$", "name": "meta.output.shell-session" } ] }
Version data entries
16 entries across 16 versions & 1 rubygems