ampl constant

LanguageInfo const ampl

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

Implementation

static const LanguageInfo ampl = LanguageInfo(
  name: 'AMPL',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.ampl',
    '.mod',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#E6EFBB',
  aceMode: 'text',
  textMateScope: 'source.ampl',
);