Update editor.js

pull/3094/head
yann300 6 years ago committed by GitHub
parent 89d28f9f44
commit 42b2ae78d4
  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