UNPKG

linguist-languages

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