🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
210 B
JavaScript
Executable File
11 lines
210 B
JavaScript
Executable File
module.exports = {
|
|
name: 'Fancy',
|
|
type: 'programming',
|
|
aceMode: 'text',
|
|
extensions: ['.fy', '.fancypack'],
|
|
filenames: ['Fakefile'],
|
|
languageId: 109,
|
|
tmScope: 'source.fancy',
|
|
color: '#7b9db4',
|
|
}
|