diff options
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r-- | ftdetect/polyglot.vim | 2 |
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 |