Skip to content

Commit

Permalink
Change default python to Python3
Browse files Browse the repository at this point in the history
(integrated from the KomodoIDE master branch change 83ac9919e by Carey Hoffman <[email protected]>)

Komodo/KomodoIDE@83ac9919e
  • Loading branch information
th3coop committed Nov 26, 2019
1 parent 148a430 commit ecdbccc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/prefs/prefs.p.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
'*.kix': 'Kix',
'*.komodoproject': 'XML',
'*.kpf': 'XML',
'*.ksf': 'Python',
'*.ksf': 'Python3',
'*.less': 'Less',
'*.lis': 'Lisp',
'*.lof': 'LaTeX',
Expand Down Expand Up @@ -428,8 +428,12 @@
'*.pov': 'POVRay',
'*.ps': 'PostScript',
'*.ps1': 'PowerShell',
'*.py': 'Python',
'*.pyw': 'Python',
'*.py': 'Python3',
'*.pyd': 'Python3',
'*.pyi': 'Python3',
'*.pyw': 'Python3',
'*.pyx': 'Python3',
'*.pxd': 'Python3',
'*.rake': 'Ruby',
'*.rb': 'Ruby',
'*.rjs': 'Ruby',
Expand Down

0 comments on commit ecdbccc

Please sign in to comment.