freeMarker constant

LanguageInfo const freeMarker

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

Implementation

static const LanguageInfo freeMarker = LanguageInfo(
  name: 'FreeMarker',
  type: LanguageType.programming,
  aliases: ['ftl'],
  extensions: ['.ftl'],
  filenames: [],
  interpreters: [],
  linguistColor: '#0050b2',
  aceMode: 'ftl',
  textMateScope: 'text.html.ftl',
);