Files
2025-12-03 21:28:08 +00:00

14 lines
289 B
TypeScript
Executable File

declare const _: {
name: 'OASv2-yaml'
type: 'data'
aceMode: 'yaml'
extensions: ['.yaml', '.yml']
languageId: 105187618
tmScope: 'source.yaml'
codemirrorMode: 'yaml'
codemirrorMimeType: 'text/x-yaml'
color: '#85ea2d'
group: 'OpenAPI Specification v2'
}
export default _