objectDataInstanceNotation constant

LanguageInfo const objectDataInstanceNotation

The information provided by linguist about the "Object Data Instance Notation" language or content type.

Implementation

static const LanguageInfo objectDataInstanceNotation = LanguageInfo(
  name: 'Object Data Instance Notation',
  type: LanguageType.data,
  aliases: [],
  extensions: ['.odin'],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'source.odin-ehr',
);