handlebars constant

LanguageInfo const handlebars

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

Implementation

static const LanguageInfo handlebars = LanguageInfo(
  name: 'Handlebars',
  type: LanguageType.markup,
  aliases: [
    'hbs',
    'htmlbars',
  ],
  extensions: [
    '.handlebars',
    '.hbs',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#f7931e',
  aceMode: 'handlebars',
  textMateScope: 'text.html.handlebars',
);