star constant

LanguageInfo const star

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

Implementation

static const LanguageInfo star = LanguageInfo(
  name: 'STAR',
  type: LanguageType.data,
  aliases: [],
  extensions: ['.star'],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'source.star',
);