diff --git a/plugin/webdevicons.vim b/plugin/webdevicons.vim index 596ec68..24cd694 100644 --- a/plugin/webdevicons.vim +++ b/plugin/webdevicons.vim @@ -227,6 +227,7 @@ function! s:setDictionaries() \ 'nix' : '', \ 'lua' : '', \ 'java' : '', + \ 'jenkinsfile' : '', \ 'sh' : '', \ 'fish' : '', \ 'bash' : '', @@ -246,7 +247,9 @@ function! s:setDictionaries() \ 'cljs' : '', \ 'edn' : '', \ 'scala' : '', + \ 'gitcommit': '', \ 'go' : '', + \ 'groovy' : '', \ 'dart' : '', \ 'xul' : '', \ 'sln' : '',