antlers constant

LanguageInfo const antlers

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

Implementation

static const LanguageInfo antlers = LanguageInfo(
  name: 'Antlers',
  type: LanguageType.markup,
  aliases: [],
  extensions: [
    '.antlers.html',
    '.antlers.php',
    '.antlers.xml',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#ff269e',
  aceMode: 'text',
  textMateScope: 'text.html.statamic',
);