summaryrefslogtreecommitdiffstats
path: root/syntax/solidity.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2022-03-12 15:46:18 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2022-03-12 15:46:18 +0100
commita4f98d2a9e9dfeb110d4a910ea177432fec88b81 (patch)
tree0da567e3f00dd1da076f5fb45331c24e4a90a646 /syntax/solidity.vim
parent83422e0a1fcfc88f3475104b0e0674e8dbe3130e (diff)
downloadvim-polyglot-a4f98d2a9e9dfeb110d4a910ea177432fec88b81.tar.gz
vim-polyglot-a4f98d2a9e9dfeb110d4a910ea177432fec88b81.zip
Update
Diffstat (limited to 'syntax/solidity.vim')
-rw-r--r--syntax/solidity.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/solidity.vim b/syntax/solidity.vim
index 516f207f..e533ab54 100644
--- a/syntax/solidity.vim
+++ b/syntax/solidity.vim
@@ -247,7 +247,7 @@ syn keyword solMethod delete new var return import
syn region solMethodParens start='(' end=')' contains=solString,solConstant,solNumber,solFuncCall,solTypeCast,solMethod,solComma,solOperator contained transparent
syn keyword solMethod nextgroup=solMethodParens skipwhite skipempty
\ blockhash require revert assert keccak256 sha256
- \ ripemd160 ecrecover addmod mullmod selfdestruct
+ \ ripemd160 ecrecover addmod mulmod selfdestruct
hi def link solMethod Special