move constant

LanguageInfo const move

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

Implementation

static const LanguageInfo move = LanguageInfo(
  name: 'Move',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.move'],
  filenames: [],
  interpreters: [],
  linguistColor: '#4a137a',
  aceMode: 'text',
  textMateScope: 'source.move',
);