wavefrontObject constant

LanguageInfo const wavefrontObject

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

Implementation

static const LanguageInfo wavefrontObject = LanguageInfo(
  name: 'Wavefront Object',
  type: LanguageType.data,
  aliases: [],
  extensions: ['.obj'],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'source.wavefront.obj',
);