summaryrefslogtreecommitdiffstats
path: root/ftplugin/solidity.vim
blob: 8bbbcd2ca8bc0893be75996ea434bed5dda52561 (plain) (blame)
1
2
3
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'solidity') == -1
setlocal commentstring=//\ %s
endif