linguist-languages
Version:
Linguist languages.yml in JSON format
21 lines (20 loc) • 341 B
text/typescript
declare const _: {
"name": "APL",
"type": "programming",
"color": "#5A8164",
"extensions": [
".apl",
".dyalog"
],
"interpreters": [
"apl",
"aplx",
"dyalog"
],
"tmScope": "source.apl",
"aceMode": "text",
"codemirrorMode": "apl",
"codemirrorMimeType": "text/apl",
"languageId": 6
}
export default _