From f6fbd18bd5366ca4da14d91512df8a351f5082a6 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Fri, 7 Nov 2014 12:55:59 -0500 Subject: [PATCH] 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 --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 7f42946f..7e806f6e 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2099,6 +2099,7 @@ Python traceback: searchable: false extensions: - .pytb + tm_scope: text.python.traceback QML: type: markup