Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
8dcf0057
Commit
8dcf0057
authored
Dec 28, 2019
by
dark64
Committed by
Liana Husikyan
Jan 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ace/mode/rust in editor.js
parent
00aea1d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
editor.js
src/app/editor/editor.js
+3
-1
No files found.
src/app/editor/editor.js
View file @
8dcf0057
...
...
@@ -19,6 +19,7 @@ require('ace-mode-zokrates')
require
(
'brace/mode/javascript'
)
require
(
'brace/mode/python'
)
require
(
'brace/mode/json'
)
require
(
'brace/mode/rust'
)
require
(
'brace/theme/chaos'
)
require
(
'brace/theme/chrome'
)
...
...
@@ -85,7 +86,8 @@ class Editor extends Plugin {
zok
:
'ace/mode/zokrates'
,
txt
:
'ace/mode/text'
,
json
:
'ace/mode/json'
,
abi
:
'ace/mode/json'
abi
:
'ace/mode/json'
,
rs
:
'ace/mode/rust'
}
// Editor Setup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment