pythonConsole constant

LanguageInfo const pythonConsole

The information provided by linguist about the "Python console" language or content type.

Implementation

static const LanguageInfo pythonConsole = LanguageInfo(
  name: 'Python console',
  type: LanguageType.programming,
  aliases: ['pycon'],
  extensions: [],
  filenames: [],
  interpreters: [],
  linguistColor: '#3572A5',
  aceMode: 'text',
  textMateScope: 'text.python.console',
  group: 'Python',
);