gaml constant

LanguageInfo const gaml

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

Implementation

static const LanguageInfo gaml = LanguageInfo(
  name: 'GAML',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.gaml'],
  filenames: [],
  interpreters: [],
  linguistColor: '#FFC766',
  aceMode: 'text',
);