Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1873195

Browse files
committed
Merge pull request atom#49 from msabramo/make_python-console_handle_doctest_filetype_too
Make python-console handle doctest filetype too
2 parents 46072e3 + 93a19b9 commit 1873195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grammars/python-console.cson

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
'scopeName': 'text.python.console'
22
'name': 'Python Console'
33
'fileTypes': [
4-
'pycon'
4+
'pycon',
5+
'doctest'
56
]
67
'patterns': [
78
{

0 commit comments

Comments
 (0)