Unverified Commit 3448efe0 authored by yann300's avatar yann300 Committed by GitHub

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

Add syntax highlighting for yul contract
parents 42fafe85 2c5d61d3
...@@ -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