Add a TextMate scope for .pytb files

This is the scope that Atom uses for these files.
See https://github.com/atom/language-python/blob/master/grammars/python-traceback.cson
This commit is contained in:
Adam Roben
2014-11-07 12:55:59 -05:00
parent ecd30d3ccf
commit f6fbd18bd5

View File

@@ -2099,6 +2099,7 @@ Python traceback:
searchable: false
extensions:
- .pytb
tm_scope: text.python.traceback
QML:
type: markup