linguist-languages
Version:
Linguist languages.yml in JSON format
18 lines (17 loc) • 319 B
text/typescript
declare const _: {
"name": "Hack",
"type": "programming",
"aceMode": "php",
"codemirrorMode": "php",
"codemirrorMimeType": "application/x-httpd-php",
"extensions": [
".hack",
".hh",
".hhi",
".php"
],
"tmScope": "source.hack",
"color": "#878787",
"languageId": 153
}
export default _