Files
2025-11-25 22:42:56 +01:00

20 lines
324 B
JSON

{
"name": "TOML",
"type": "data",
"color": "#9c4221",
"extensions": [
".toml"
],
"filenames": [
"Cargo.lock",
"Gopkg.lock",
"Pipfile",
"poetry.lock"
],
"tmScope": "source.toml",
"aceMode": "toml",
"codemirrorMode": "toml",
"codemirrorMimeType": "text/x-toml",
"languageId": 365
}