Files
rspade_system/node_modules/linguist-languages/data/Hack.mjs
2025-12-03 21:28:08 +00:00

12 lines
263 B
JavaScript
Executable File

export default {
name: 'Hack',
type: 'programming',
aceMode: 'php',
extensions: ['.hack', '.hh', '.hhi', '.php'],
languageId: 153,
tmScope: 'source.hack',
codemirrorMode: 'php',
codemirrorMimeType: 'application/x-httpd-php',
color: '#878787',
}