linguist-languages
Version:
Linguist languages.yml in JSON format
37 lines (36 loc) • 585 B
TypeScript
declare const _: {
"name": "INI",
"type": "data",
"color": "#d1dbe0",
"extensions": [
".ini",
".cfg",
".cnf",
".dof",
".lektorproject",
".prefs",
".pro",
".properties",
".url"
],
"filenames": [
".buckconfig",
".coveragerc",
".flake8",
".pylintrc",
"HOSTS",
"buildozer.spec",
"hosts",
"pylintrc",
"vlcrc"
],
"tmScope": "source.ini",
"aliases": [
"dosini"
],
"aceMode": "ini",
"codemirrorMode": "properties",
"codemirrorMimeType": "text/x-properties",
"languageId": 163
}
export = _