From be59d66c911ae2897e9be3f95fba24c86dcedf8b Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 12 May 2020 11:52:40 +0200 Subject: [PATCH] Add syntax highlighting for yul contract --- src/app/editor/editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/editor/editor.js b/src/app/editor/editor.js index ea1a3fa4b8..bf0055562b 100644 --- a/src/app/editor/editor.js +++ b/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',