mlir constant

LanguageInfo const mlir

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

Implementation

static const LanguageInfo mlir = LanguageInfo(
  name: 'MLIR',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.mlir'],
  filenames: [],
  interpreters: [],
  linguistColor: '#5EC8DB',
  aceMode: 'text',
  textMateScope: 'source.mlir',
);