x10 constant

LanguageInfo const x10

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

Implementation

static const LanguageInfo x10 = LanguageInfo(
  name: 'X10',
  type: LanguageType.programming,
  aliases: ['xten'],
  extensions: ['.x10'],
  filenames: [],
  interpreters: [],
  linguistColor: '#4B6BEF',
  aceMode: 'text',
  textMateScope: 'source.x10',
);