From 2aae6be1254985f9150b7411b8cb912acd2c4293 Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 19 Oct 2018 13:33:01 +0200 Subject: [PATCH] Update editor.js --- src/app/editor/editor.js | 1 + 1 file changed, 1 insertion(+) 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'