Skip to content

Commit 2b3569a

Browse files
committed
auto merge of #7374 : Jeaye/rust/func_highlight, r=cmr
This allows for highlighting of function calls for free floating, member, and static functions.
2 parents 6fcd8bf + 41f11d6 commit 2b3569a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/etc/vim/syntax/rust.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ hi def link rustConditional Conditional
143143
hi def link rustIdentifier Identifier
144144
hi def link rustModPath Include
145145
hi def link rustFuncName Function
146+
hi def link rustFuncCall Function
146147
hi def link rustCommentDoc SpecialComment
147148
hi def link rustComment Comment
148149
hi def link rustMacro Macro

0 commit comments

Comments
 (0)