Skip to content

Commit 90f6b4f

Browse files
change extcall/staticcall to "Special" type
1 parent 64495c6 commit 90f6b4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

syntax/vyper.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ syn keyword vyperConstant ZERO_ADDRESS EMPTY_BYTES32 MAX_INT128 MIN_INT128 MAX_D
1616
syn keyword vyperEnvironment msg tx block
1717
syn keyword vyperStatement flag enum struct event interface def nextgroup=vyperFunction skipwhite
1818
syn keyword vyperStatement return pass continue break log assert raise
19-
syn keyword vyperStatement extcall staticcall
19+
syn keyword vyperExternalCall extcall staticcall
2020
syn keyword vyperRepeat for while in
2121
syn keyword vyperConditional if else elif
2222
syn keyword vyperOperator and not or
@@ -88,6 +88,7 @@ syn sync match vyperSync grouphere NONE "^\%(def\)\s\+\h\w*\s*[(:]"
8888

8989
"Highlighting
9090
hi link vyperStatement Statement
91+
hi link vyperExternalCall Special
9192
hi link vyperImplements Statement
9293
hi link vyperImport Statement
9394
hi link vyperInitializes Statement

0 commit comments

Comments
 (0)