Files
rspade_system/node_modules/linguist-languages/data/Makefile.js
root bd5809fdbd Reorganize RSpade directory structure for clarity
Improve Jqhtml_Integration.js documentation with hydration system explanation
Add jqhtml-laravel integration packages for traditional Laravel projects

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 09:41:48 +00:00

29 lines
613 B
JavaScript

module.exports = {
name: 'Makefile',
type: 'programming',
aceMode: 'makefile',
extensions: ['.mak', '.d', '.make', '.makefile', '.mk', '.mkfile'],
filenames: [
'BSDmakefile',
'GNUmakefile',
'Kbuild',
'Makefile',
'Makefile.am',
'Makefile.boot',
'Makefile.frag',
'Makefile.in',
'Makefile.inc',
'Makefile.wat',
'makefile',
'makefile.sco',
'mkfile',
],
languageId: 220,
tmScope: 'source.makefile',
aliases: ['bsdmake', 'make', 'mf'],
codemirrorMode: 'cmake',
codemirrorMimeType: 'text/x-cmake',
color: '#427819',
interpreters: ['make'],
}