🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
206 B
TypeScript
Executable File
12 lines
206 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Python traceback'
|
|
type: 'data'
|
|
aceMode: 'text'
|
|
extensions: ['.pytb']
|
|
languageId: 304
|
|
tmScope: 'text.python.traceback'
|
|
color: '#3572A5'
|
|
group: 'Python'
|
|
}
|
|
export = _
|