File tree 3 files changed +26
-0
lines changed
3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ local filetypes = {
74
74
[" avif" ] = " avif" ,
75
75
[" bash" ] = " bash" ,
76
76
[" bib" ] = " bib" ,
77
+ [" bicep" ] = " bicep" ,
78
+ [" bicepparam" ] = " bicepparam" ,
77
79
[" bzl" ] = " bzl" ,
78
80
[" brewfile" ] = " brewfile" ,
79
81
[" blueprint" ] = " blp" ,
Original file line number Diff line number Diff line change @@ -878,6 +878,18 @@ local icons_by_file_extension = {
878
878
cterm_color = " 185" ,
879
879
name = " BibTeX" ,
880
880
},
881
+ [" bicep" ] = {
882
+ icon = " " ,
883
+ color = " #519aba" ,
884
+ cterm_color = " 74" ,
885
+ name = " Bicep" ,
886
+ },
887
+ [" bicepparam" ] = {
888
+ icon = " " ,
889
+ color = " #9f74b3" ,
890
+ cterm_color = " 133" ,
891
+ name = " BicepParameters" ,
892
+ },
881
893
[" bin" ] = {
882
894
icon = " " ,
883
895
color = " #9F0500" ,
Original file line number Diff line number Diff line change @@ -878,6 +878,18 @@ local icons_by_file_extension = {
878
878
cterm_color = " 58" ,
879
879
name = " BibTeX" ,
880
880
},
881
+ [" bicep" ] = {
882
+ icon = " " ,
883
+ color = " #36677c" ,
884
+ cterm_color = " 24" ,
885
+ name = " Bicep" ,
886
+ },
887
+ [" bicepparam" ] = {
888
+ icon = " " ,
889
+ color = " #6a4d77" ,
890
+ cterm_color = " 96" ,
891
+ name = " BicepParameters" ,
892
+ },
881
893
[" bin" ] = {
882
894
icon = " " ,
883
895
color = " #9F0500" ,
You can’t perform that action at this time.
0 commit comments