ejs constant

LanguageInfo const ejs

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

Implementation

static const LanguageInfo ejs = LanguageInfo(
  name: 'EJS',
  type: LanguageType.markup,
  aliases: [],
  extensions: [
    '.ejs',
    '.ect',
    '.ejs.t',
    '.jst',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#a91e50',
  aceMode: 'ejs',
  textMateScope: 'text.html.js',
);