Merge pull request #2832 from ethereum/yann300-patch-9

Add syntax highlighting for yul contract
pull/5370/head
yann300 5 years ago committed by GitHub
commit cbc25a06db
  1. 1
      src/app/editor/editor.js

@ -79,6 +79,7 @@ class Editor extends Plugin {
this.emptySession = this._createSession('')
this.modes = {
sol: 'ace/mode/solidity',
yul: 'ace/mode/solidity',
mvir: 'ace/mode/move',
js: 'ace/mode/javascript',
py: 'ace/mode/python',

Loading…
Cancel
Save