linguist-languages
Version:
Linguist languages data
23 lines (22 loc) • 424 B
JavaScript
export default {
name: 'TOML',
type: 'data',
aceMode: 'toml',
extensions: ['.toml', '.toml.example'],
filenames: [
'Cargo.lock',
'Cargo.toml.orig',
'Gopkg.lock',
'Pipfile',
'mise.local.lock',
'mise.lock',
'pdm.lock',
'poetry.lock',
'uv.lock',
],
languageId: 365,
tmScope: 'source.toml',
codemirrorMode: 'toml',
codemirrorMimeType: 'text/x-toml',
color: '#9c4221',
}