polar constant

LanguageInfo const polar

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

Implementation

static const LanguageInfo polar = LanguageInfo(
  name: 'Polar',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.polar'],
  filenames: [],
  interpreters: [],
  linguistColor: '#ae81ff',
  aceMode: 'text',
  textMateScope: 'source.polar',
);