Sha256: 756123b49c8750f649bfd183535726904b09e0c630fe6bbe13a4e04ab8c33c76
Contents?: true
Size: 904 Bytes
Versions: 38
Compression:
Stored size: 904 Bytes
Contents
{ "scopeName": "text.python.traceback", "name": "Python Traceback", "fileTypes": [ "pytb" ], "patterns": [ { "match": "^ File (\"[^\"]+\"), line (\\d+)(?:, in (.+))?$", "captures": { "1": { "name": "string.python.traceback" }, "2": { "name": "constant.numeric.python.traceback" }, "3": { "name": "entity.name.function.python.traceback" } } }, { "match": "^ (.+)$", "captures": { "1": { "patterns": [ { "include": "source.python" } ] } } }, { "match": "^([^\\s:]+):(?: (.+))?$", "captures": { "1": { "name": "entity.name.type.class.python.traceback" }, "2": { "name": "string.python.traceback" } } } ] }
Version data entries
38 entries across 38 versions & 2 rubygems