UNPKG

288 BJavaScriptView Raw
1module.exports = {
2 "name": "HTML+PHP",
3 "type": "markup",
4 "color": "#4f5d95",
5 "tmScope": "text.html.php",
6 "group": "HTML",
7 "extensions": [
8 ".phtml"
9 ],
10 "aceMode": "php",
11 "codemirrorMode": "php",
12 "codemirrorMimeType": "application/x-httpd-php",
13 "languageId": 151
14}