nr syntax in monaco editor

pull/4512/head
yann300 10 months ago committed by Aniket
parent 370c38bc60
commit ffb64f2cab
  1. 3
      apps/remix-ide/src/app/editor/editor.js

@ -52,7 +52,8 @@ class Editor extends Plugin {
cairo: 'cairo',
ts: 'typescript',
move: 'move',
circom: 'circom'
circom: 'circom',
nr: 'rust'
}
this.activated = false

Loading…
Cancel
Save