UNPKG

linguist-languages

Version:
25 lines (23 loc) 542 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', 'mise.local.lock', 'mise.lock', '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 _