Update editor.js

pull/1/head
yann300 6 years ago committed by GitHub
parent a73e2c4cd7
commit 2aae6be125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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