From 9461fcc6b2a03a6b09748dc3eff525bbabc748dd Mon Sep 17 00:00:00 2001 From: marslo Date: Mon, 8 Jan 2024 16:12:02 -0800 Subject: [PATCH] enable jenkinsfile and groovy filetype; and gitcommit ( from `git commit --amend` ) --- plugin/webdevicons.vim | 3 +++ 1 file changed, 3 insertions(+) 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' : '',