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