Use ace/mdoe/python for Python instead of ace/mode/lua.

This commit is contained in:
Nick Winter 2014-05-16 08:55:59 -07:00
parent cff00f90b5
commit 7811bda6c3

View file

@ -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