UNPKG

530 BJavaScriptView Raw
1module.exports = {
2 "name": "PHP",
3 "type": "programming",
4 "tmScope": "text.html.php",
5 "aceMode": "php",
6 "codemirrorMode": "php",
7 "codemirrorMimeType": "application/x-httpd-php",
8 "color": "#4F5D95",
9 "extensions": [
10 ".php",
11 ".aw",
12 ".ctp",
13 ".fcgi",
14 ".inc",
15 ".php3",
16 ".php4",
17 ".php5",
18 ".phps",
19 ".phpt"
20 ],
21 "filenames": [
22 ".php",
23 ".php_cs",
24 ".php_cs.dist",
25 "Phakefile"
26 ],
27 "interpreters": [
28 "php"
29 ],
30 "aliases": [
31 "inc"
32 ],
33 "languageId": 272
34}