🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
307 B
TypeScript
Executable File
15 lines
307 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Nushell'
|
|
type: 'programming'
|
|
aceMode: 'sh'
|
|
extensions: ['.nu']
|
|
languageId: 446573572
|
|
tmScope: 'source.nushell'
|
|
aliases: ['nu-script', 'nushell-script']
|
|
codemirrorMode: 'shell'
|
|
codemirrorMimeType: 'text/x-sh'
|
|
color: '#4E9906'
|
|
interpreters: ['nu']
|
|
}
|
|
export = _
|