UNPKG

302 BJavaScriptView Raw
1module.exports = {
2 "name": "Hack",
3 "type": "programming",
4 "aceMode": "php",
5 "codemirrorMode": "php",
6 "codemirrorMimeType": "application/x-httpd-php",
7 "extensions": [
8 ".hack",
9 ".hh",
10 ".hhi",
11 ".php"
12 ],
13 "tmScope": "source.hack",
14 "color": "#878787",
15 "languageId": 153
16}