|
|
@ -142,7 +142,6 @@ export const EditorUI = (props: EditorUIProps) => { |
|
|
|
{ token: 'keyword.this', foreground: infoColor }, |
|
|
|
{ token: 'keyword.this', foreground: infoColor }, |
|
|
|
{ token: 'keyword.virtual', foreground: infoColor }, |
|
|
|
{ token: 'keyword.virtual', foreground: infoColor }, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// for state variables
|
|
|
|
// for state variables
|
|
|
|
{ token: 'keyword.constants', foreground: grayColor }, |
|
|
|
{ token: 'keyword.constants', foreground: grayColor }, |
|
|
|
{ token: 'keyword.override', foreground: grayColor }, |
|
|
|
{ token: 'keyword.override', foreground: grayColor }, |
|
|
@ -153,7 +152,6 @@ export const EditorUI = (props: EditorUIProps) => { |
|
|
|
{ token: 'keyword.storage', foreground: locationColor }, |
|
|
|
{ token: 'keyword.storage', foreground: locationColor }, |
|
|
|
{ token: 'keyword.calldata', foreground: locationColor }, |
|
|
|
{ token: 'keyword.calldata', foreground: locationColor }, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// for Events
|
|
|
|
// for Events
|
|
|
|
{ token: 'keyword.indexed', foreground: yellowColor }, |
|
|
|
{ token: 'keyword.indexed', foreground: yellowColor }, |
|
|
|
{ token: 'keyword.anonymous', foreground: yellowColor }, |
|
|
|
{ token: 'keyword.anonymous', foreground: yellowColor }, |
|
|
|