Files
rspade_system/node_modules/linguist-languages/data/Python_20_traceback.js
2025-12-03 21:28:08 +00:00

11 lines
203 B
JavaScript
Executable File

module.exports = {
name: 'Python traceback',
type: 'data',
aceMode: 'text',
extensions: ['.pytb'],
languageId: 304,
tmScope: 'text.python.traceback',
color: '#3572A5',
group: 'Python',
}