mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 15:50:11 -04:00
Use ace/mdoe/python for Python instead of ace/mode/lua.
This commit is contained in:
parent
cff00f90b5
commit
7811bda6c3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module.exports = class SpellView extends View
|
|||
'coffeescript': 'ace/mode/coffee'
|
||||
'clojure': 'ace/mode/clojure'
|
||||
'lua': 'ace/mode/lua'
|
||||
'python': 'ace/mode/lua'
|
||||
'python': 'ace/mode/python'
|
||||
|
||||
keyBindings:
|
||||
'default': null
|
||||
|
|
Loading…
Add table
Reference in a new issue