linguist-languages
Version:
Linguist languages.yml in JSON format
19 lines (18 loc) • 334 B
JavaScript
module.exports = {
"name": "Alpine Abuild",
"type": "programming",
"color": "#0D597F",
"group": "Shell",
"aliases": [
"abuild",
"apkbuild"
],
"filenames": [
"APKBUILD"
],
"tmScope": "source.shell",
"aceMode": "sh",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"languageId": 14
}