Unverified Commit 2aae6be1 authored by yann300's avatar yann300 Committed by GitHub

Update editor.js

parent a73e2c4c
...@@ -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