Change solidity provider, closes #227

This commit is contained in:
Adam Stankiewicz
2017-09-27 20:08:01 +02:00
parent 4cd5566b40
commit 6a4fe34e61
5 changed files with 91 additions and 15 deletions

5
ftplugin/solidity.vim Normal file
View File

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