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
fa993205
Commit
fa993205
authored
Jan 07, 2015
by
Christian
Committed by
chriseth
Jul 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keyword change const -> constant.
parent
7bafd098
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mode-solidity.js
mode-solidity.js
+2
-2
No files found.
mode-solidity.js
View file @
fa993205
...
...
@@ -63,12 +63,12 @@ var JavaScriptHighlightRules = function(options) {
"variable.language"
:
"this|bool|address|"
+
intTypes
,
"keyword"
:
"contract|const|"
+
"contract|const
ant
|"
+
"struct|mapping|break|continue|delete|else|for|function|"
+
"if|new|return|returns|var|while|"
+
"private|public"
,
"storage.type"
:
"const|var|function"
,
"const
ant
|var|function"
,
"constant.language.boolean"
:
"true|false"
},
"identifier"
);
var
kwBeforeRe
=
"case|do|else|finally|in|instanceof|return|throw|try|typeof|yield|void"
;
...
...
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