|
|
@ -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' |
|
|
|