witcherScript constant

LanguageInfo const witcherScript

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

Implementation

static const LanguageInfo witcherScript = LanguageInfo(
  name: 'Witcher Script',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.ws'],
  filenames: [],
  interpreters: [],
  linguistColor: '#ff0000',
  aceMode: 'text',
  textMateScope: 'source.witcherscript',
);