We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c39b72 commit 7d28ed5Copy full SHA for 7d28ed5
src/languages/solidity.js
@@ -79,7 +79,7 @@ function hljsDefineSolidity(hljs) {
79
'storage memory calldata ' +
80
'external public internal payable pure view private returns ' +
81
82
- 'import from as using pragma ' +
+ 'import from as using global pragma ' +
83
'contract interface library is abstract ' +
84
'type ' +
85
'assembly',
@@ -285,7 +285,7 @@ function hljsDefineSolidity(hljs) {
285
{ // using
286
beginKeywords: 'using', end: ';',
287
lexemes: SOL_LEXEMES_RE,
288
- keywords: 'using for',
+ keywords: 'using for global',
289
contains: [
290
SOL_TITLE_MODE,
291
hljs.C_LINE_COMMENT_MODE,
0 commit comments