oasV3Yaml constant

LanguageInfo const oasV3Yaml

The information provided by linguist about the "OASv3-yaml" language or content type.

Implementation

static const LanguageInfo oasV3Yaml = LanguageInfo(
  name: 'OASv3-yaml',
  type: LanguageType.data,
  aliases: [],
  extensions: [
    '.yaml',
    '.yml',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#85ea2d',
  aceMode: 'yaml',
  codeMirrorMode: 'yaml',
  codeMirrorMimeType: 'text/x-yaml',
  textMateScope: 'source.yaml',
  group: 'OpenAPI Specification v3',
);