Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ local filetypes = {
["avif"] = "avif",
["bzl"] = "bzl",
["brewfile"] = "brewfile",
["blueprint"] = "blp",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated:

print(require("nvim-web-devicons").get_icon_by_filetype("blueprint", opts))

["checkhealth"] = "checkhealth",
["commit"] = "commit_editmsg",
["copying"] = "copying",
Expand Down
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,12 @@ local icons_by_file_extension = {
cterm_color = "140",
name = "Bmp",
},
["blp"] = {
icon = "󰺾",
color = "#5796E2",
cterm_color = "68",
name = "Blueprint",
},
["bzl"] = {
icon = "",
color = "#89e051",
Expand Down
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,12 @@ local icons_by_file_extension = {
cterm_color = "96",
name = "Bmp",
},
["blp"] = {
icon = "󰺾",
color = "#3a6497",
cterm_color = "25",
name = "Blueprint",
},
["bzl"] = {
icon = "",
color = "#447028",
Expand Down