linguist-languages
Version:
Linguist languages data
34 lines (33 loc) • 639 B
text/typescript
declare const _: {
name: 'Python'
type: 'programming'
color: '#3572A5'
extensions: [
'.py',
'.cgi',
'.fcgi',
'.gyp',
'.gypi',
'.lmi',
'.py3',
'.pyde',
'.pyi',
'.pyp',
'.pyt',
'.pyw',
'.rpy',
'.spec',
'.tac',
'.wsgi',
'.xpy',
]
tmScope: 'source.python'
aceMode: 'python'
languageId: 303
aliases: ['python3', 'rusthon']
codemirrorMode: 'python'
codemirrorMimeType: 'text/x-python'
interpreters: ['python', 'python2', 'python3', 'py', 'pypy', 'pypy3', 'uv']
filenames: ['.gclient', 'DEPS', 'SConscript', 'SConstruct', 'wscript']
}
export default _