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

11 lines
203 B
JavaScript
Executable File

module.exports = {
name: 'Python console',
type: 'programming',
aceMode: 'text',
languageId: 428,
tmScope: 'text.python.console',
aliases: ['pycon'],
color: '#3572A5',
group: 'Python',
}