Merge pull request #1556 from ethereum/yann300-patch-7

manage *.vy file
pull/3094/head
yann300 6 years ago committed by GitHub
commit 9bdf6c2004
  1. 1
      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'

Loading…
Cancel
Save