Sha256: ca2b3851750e82398170bf0a0d00734a630f10acb356e68ad5c73fb7aa5dc5f2
Contents?: true
Size: 409 Bytes
Versions: 27
Compression:
Stored size: 409 Bytes
Contents
{ "name": "Python Console", "scopeName": "text.python.console", "patterns": [ { "match": "^(\u003e{3}|\\.{3}|In \\[\\d+\\]:) (.+)$", "captures": { "1": { "name": "punctuation.separator.prompt.python.console" }, "2": { "patterns": [ { "include": "source.python" } ] } } } ] }
Version data entries
27 entries across 27 versions & 1 rubygems