UNPKG

linguist-languages

Version:
23 lines (21 loc) 502 B
declare const _: { readonly name: 'TOML' readonly type: 'data' readonly aceMode: 'toml' readonly extensions: readonly ['.toml', '.toml.example'] readonly filenames: readonly [ 'Cargo.lock', 'Cargo.toml.orig', 'Gopkg.lock', 'Pipfile', 'pdm.lock', 'poetry.lock', 'uv.lock', ] readonly languageId: 365 readonly tmScope: 'source.toml' readonly codemirrorMode: 'toml' readonly codemirrorMimeType: 'text/x-toml' readonly color: '#9c4221' } export default _