🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
209 B
TypeScript
Executable File
12 lines
209 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Elvish'
|
|
type: 'programming'
|
|
aceMode: 'text'
|
|
extensions: ['.elv']
|
|
languageId: 570996448
|
|
tmScope: 'source.elvish'
|
|
color: '#55BB55'
|
|
interpreters: ['elvish']
|
|
}
|
|
export = _
|