File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ syn keyword vyperConstant ZERO_ADDRESS EMPTY_BYTES32 MAX_INT128 MIN_INT128 MAX_D
1616syn keyword vyperEnvironment msg tx block
1717syn keyword vyperStatement flag enum struct event interface def nextgroup =vyperFunction skipwhite
1818syn keyword vyperStatement return pass continue break log assert raise
19- syn keyword vyperStatement extcall staticcall
19+ syn keyword vyperExternalCall extcall staticcall
2020syn keyword vyperRepeat for while in
2121syn keyword vyperConditional if else elif
2222syn keyword vyperOperator and not or
@@ -88,6 +88,7 @@ syn sync match vyperSync grouphere NONE "^\%(def\)\s\+\h\w*\s*[(:]"
8888
8989" Highlighting
9090hi link vyperStatement Statement
91+ hi link vyperExternalCall Special
9192hi link vyperImplements Statement
9293hi link vyperImport Statement
9394hi link vyperInitializes Statement
You can’t perform that action at this time.
0 commit comments