File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ local filetypes = {
105
105
[" go" ] = " go" ,
106
106
[" godot" ] = " godot" ,
107
107
[" graphql" ] = " graphql" ,
108
+ [" groovy" ] = " groovy" ,
108
109
[" gql" ] = " gql" ,
109
110
[" gruntfile" ] = " gruntfile" ,
110
111
[" gulpfile" ] = " gulpfile" ,
Original file line number Diff line number Diff line change @@ -251,6 +251,12 @@ local icons_by_filename = {
251
251
cterm_color = " 66" ,
252
252
name = " Makefile" ,
253
253
},
254
+ [" groovy" ] = {
255
+ icon = " " ,
256
+ color = " #6f9cba" ,
257
+ cterm_color = " 6" ,
258
+ name = " Groovy" ,
259
+ },
254
260
[" gruntfile" ] = {
255
261
icon = " " ,
256
262
color = " #e37933" ,
Original file line number Diff line number Diff line change @@ -251,6 +251,12 @@ local icons_by_filename = {
251
251
cterm_color = " 59" ,
252
252
name = " Makefile" ,
253
253
},
254
+ [" groovy" ] = {
255
+ icon = " " ,
256
+ color = " #6f9cba" ,
257
+ cterm_color = " 6" ,
258
+ name = " Groovy" ,
259
+ },
254
260
[" gruntfile" ] = {
255
261
icon = " " ,
256
262
color = " #975122" ,
You can’t perform that action at this time.
0 commit comments