Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion syntax/solidity.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif

" basic
" 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 abstract anonymous as assembly break case catch constant constructor 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 relocatable require return returns static storage struct throw try type typeof using
Expand Down