summaryrefslogblamecommitdiffstats
path: root/ftplugin/solidity.vim
blob: decf041dc478a5ae21ef8bb4680f917a5d20533e (plain) (tree)
1
2
3
4
5
                                                                                 
 
                             
 
     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'solidity') == -1

setlocal commentstring=//\ %s

endif