From 93a19b9466c5369cc020118452a22778d3dfbf6c Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Sun, 11 Jan 2015 08:28:28 -0800 Subject: [PATCH] Make python-console handle doctest filetype too This is commonly used in docs as well. E.g.: https://github.com/hynek/characteristic/pull/26#issuecomment-69324256 --- grammars/python-console.cson | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grammars/python-console.cson b/grammars/python-console.cson index 66dd315..f53bc92 100644 --- a/grammars/python-console.cson +++ b/grammars/python-console.cson @@ -1,7 +1,8 @@ 'scopeName': 'text.python.console' 'name': 'Python Console' 'fileTypes': [ - 'pycon' + 'pycon', + 'doctest' ] 'patterns': [ {