summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-09-27 20:08:01 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2017-09-27 20:08:01 +0200
commit6a4fe34e61e8655a4b94c16bc70e124694df99fc (patch)
treebd0331ae6704a786de5a7f9ccbc1ef2b7bca9d7d /ftdetect/polyglot.vim
parent4cd5566b40948bbca93b8c0d6a20e2ad3236046f (diff)
downloadvim-polyglot-6a4fe34e61e8655a4b94c16bc70e124694df99fc.tar.gz
vim-polyglot-6a4fe34e61e8655a4b94c16bc70e124694df99fc.zip
Change solidity provider, closes #227
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r--ftdetect/polyglot.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 528eaae5..018830d3 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -926,7 +926,7 @@ autocmd BufNewFile,BufRead *.slim setfiletype slim
augroup END
augroup filetypedetect
-" solidity:ethereum/vim-solidity
+" solidity:tomlion/vim-solidity
au BufNewFile,BufRead *.sol setf solidity
augroup END