We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f552a commit 5963187Copy full SHA for 5963187
lua/nvim-web-devicons/icons-default.lua
@@ -473,6 +473,24 @@ local icons_by_filename = {
473
cterm_color = "68",
474
name = "Dockerfile",
475
},
476
+ ["Directory.Packages.props"] = {
477
+ icon = "",
478
+ color = "#00a2ff",
479
+ cterm_color = "75",
480
+ name = "PackagesProps",
481
+ },
482
+ ["Directory.Build.targets"] = {
483
484
485
486
+ name = "BuildTargets",
487
488
+ ["Directory.Build.props"] = {
489
490
491
492
+ name = "BuildProps",
493
494
["eslint.config.cjs"] = {
495
icon = "",
496
color = "#4b32c3",
0 commit comments