summaryrefslogblamecommitdiffstats
path: root/ftplugin/solidity.vim
blob: ebbe43b0283d6ce31cec70f8cd46b53232997212 (plain) (tree)
1
2
3
4
5




                                                                                 
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'solidity') == -1
  
setlocal commentstring=//\ %s

endif