🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
271 B
JavaScript
Executable File
13 lines
271 B
JavaScript
Executable File
export default {
|
|
name: 'Crystal',
|
|
type: 'programming',
|
|
aceMode: 'crystal',
|
|
extensions: ['.cr'],
|
|
languageId: 72,
|
|
tmScope: 'source.crystal',
|
|
codemirrorMode: 'crystal',
|
|
codemirrorMimeType: 'text/x-crystal',
|
|
color: '#000100',
|
|
interpreters: ['crystal'],
|
|
}
|