scaml constant

LanguageInfo const scaml

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

Implementation

static const LanguageInfo scaml = LanguageInfo(
  name: 'Scaml',
  type: LanguageType.markup,
  aliases: [],
  extensions: ['.scaml'],
  filenames: [],
  interpreters: [],
  linguistColor: '#bd181a',
  aceMode: 'text',
  textMateScope: 'source.scaml',
);