🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
246 B
TypeScript
Executable File
13 lines
246 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Xonsh'
|
|
type: 'programming'
|
|
aceMode: 'text'
|
|
extensions: ['.xsh']
|
|
languageId: 614078284
|
|
tmScope: 'source.python'
|
|
codemirrorMode: 'python'
|
|
codemirrorMimeType: 'text/x-python'
|
|
color: '#285EEF'
|
|
}
|
|
export = _
|