File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ local filetypes = {
105105 [" go" ] = " go" ,
106106 [" godot" ] = " godot" ,
107107 [" graphql" ] = " graphql" ,
108+ [" groovy" ] = " groovy" ,
108109 [" gql" ] = " gql" ,
109110 [" gruntfile" ] = " gruntfile" ,
110111 [" gulpfile" ] = " gulpfile" ,
Original file line number Diff line number Diff line change @@ -251,6 +251,12 @@ local icons_by_filename = {
251251 cterm_color = " 66" ,
252252 name = " Makefile" ,
253253 },
254+ [" groovy" ] = {
255+ icon = " " ,
256+ color = " #4a687c" ,
257+ cterm_color = " 24" ,
258+ name = " Groovy" ,
259+ },
254260 [" gruntfile" ] = {
255261 icon = " " ,
256262 color = " #e37933" ,
Original file line number Diff line number Diff line change @@ -251,6 +251,12 @@ local icons_by_filename = {
251251 cterm_color = " 59" ,
252252 name = " Makefile" ,
253253 },
254+ [" groovy" ] = {
255+ icon = " " ,
256+ color = " #4a687c" ,
257+ cterm_color = " 24" ,
258+ name = " Groovy" ,
259+ },
254260 [" gruntfile" ] = {
255261 icon = " " ,
256262 color = " #975122" ,
You can’t perform that action at this time.
0 commit comments