From 92fb3409863b8873f864fb9c4be2972ad79edb9c Mon Sep 17 00:00:00 2001 From: Hamza Tamenaoul <33011872+hamza-tam@users.noreply.github.com> Date: Fri, 3 Jul 2020 11:43:05 +0200 Subject: [PATCH] Update solidity.vim Adding `override` and `virtual` keywords to the syntax file, keywords added in solidity 0.6.8. --- syntax/solidity.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/solidity.vim b/syntax/solidity.vim index 2abd11c7..70e9f36d 100644 --- a/syntax/solidity.vim +++ b/syntax/solidity.vim @@ -11,7 +11,7 @@ endif " contract, library and event are defined at bottom of file syn keyword solKeyword abstract anonymous as assembly break case catch constant continue default syn keyword solKeyword delete do else emit enum external final for function if import in indexed inline -syn keyword solKeyword interface internal is let match memory modifier new of payable pragma private public pure +syn keyword solKeyword interface internal is let match memory modifier new of payable pragma private public pure override virtual syn keyword solKeyword relocatable require return returns static storage struct throw try type typeof using syn keyword solKeyword var view while syn keyword solConstant true false wei szabo finney ether seconds minutes hours days weeks years now