wdl constant

LanguageInfo const wdl

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

Implementation

static const LanguageInfo wdl = LanguageInfo(
  name: 'WDL',
  type: LanguageType.programming,
  aliases: ['Workflow Description Language'],
  extensions: ['.wdl'],
  filenames: [],
  interpreters: [],
  linguistColor: '#42f1f4',
  aceMode: 'text',
  textMateScope: 'source.wdl',
);