UNPKG

linguist-languages

Version:
26 lines (25 loc) 472 B
module.exports = { name: 'PHP', type: 'programming', color: '#4F5D95', extensions: [ '.php', '.aw', '.ctp', '.fcgi', '.inc', '.php3', '.php4', '.php5', '.phps', '.phpt', ], tmScope: 'text.html.php', aceMode: 'php', languageId: 272, aliases: ['inc'], codemirrorMode: 'php', codemirrorMimeType: 'application/x-httpd-php', interpreters: ['php'], filenames: ['.php', '.php_cs', '.php_cs.dist', 'Phakefile'], }