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

Add syntax highlighting for yul contract

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