vyper constant

LanguageInfo const vyper

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

Implementation

static const LanguageInfo vyper = LanguageInfo(
  name: 'Vyper',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.vy'],
  filenames: [],
  interpreters: [],
  linguistColor: '#2980b9',
  aceMode: 'text',
  textMateScope: 'source.vyper',
);