Unverified Commit cd3a0fb5 authored by yann300's avatar yann300 Committed by GitHub

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

manage *.vy file
parents 986bacb9 2aae6be1
...@@ -108,6 +108,7 @@ function Editor (opts = {}, localRegistry) { ...@@ -108,6 +108,7 @@ function Editor (opts = {}, localRegistry) {
'sol': 'ace/mode/solidity', 'sol': 'ace/mode/solidity',
'js': 'ace/mode/javascript', 'js': 'ace/mode/javascript',
'py': 'ace/mode/python', 'py': 'ace/mode/python',
'vy': 'ace/mode/python',
'txt': 'ace/mode/text', 'txt': 'ace/mode/text',
'json': 'ace/mode/json', 'json': 'ace/mode/json',
'abi': 'ace/mode/json' 'abi': 'ace/mode/json'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment