ink constant

LanguageInfo const ink

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

Implementation

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