xonsh constant

LanguageInfo const xonsh

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

Implementation

static const LanguageInfo xonsh = LanguageInfo(
  name: 'Xonsh',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.xsh'],
  filenames: [],
  interpreters: [],
  linguistColor: '#285EEF',
  aceMode: 'text',
  codeMirrorMode: 'python',
  codeMirrorMimeType: 'text/x-python',
  textMateScope: 'source.python',
);