shaderLab constant

LanguageInfo const shaderLab

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

Implementation

static const LanguageInfo shaderLab = LanguageInfo(
  name: 'ShaderLab',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.shader'],
  filenames: [],
  interpreters: [],
  linguistColor: '#222c37',
  aceMode: 'text',
  textMateScope: 'source.shaderlab',
);