latte constant

LanguageInfo const latte

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

Implementation

static const LanguageInfo latte = LanguageInfo(
  name: 'Latte',
  type: LanguageType.markup,
  aliases: [],
  extensions: ['.latte'],
  filenames: [],
  interpreters: [],
  linguistColor: '#f2a542',
  aceMode: 'smarty',
  codeMirrorMode: 'smarty',
  codeMirrorMimeType: 'text/x-smarty',
  textMateScope: 'text.html.smarty',
);