diff --git a/src/app/editor/editor.js b/src/app/editor/editor.js index 8ca72f8452..9066ffef3f 100644 --- a/src/app/editor/editor.js +++ b/src/app/editor/editor.js @@ -108,6 +108,7 @@ function Editor (opts = {}, localRegistry) { 'sol': 'ace/mode/solidity', 'js': 'ace/mode/javascript', 'py': 'ace/mode/python', + 'vy': 'ace/mode/python', 'txt': 'ace/mode/text', 'json': 'ace/mode/json', 'abi': 'ace/mode/json'