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 5963187 commit 7c2966fCopy full SHA for 7c2966f
lua/nvim-web-devicons/icons-light.lua
@@ -473,6 +473,24 @@ local icons_by_filename = {
473
cterm_color = "25",
474
name = "Dockerfile",
475
},
476
+ ["Directory.Packages.props"] = {
477
+ icon = "",
478
+ color = "#007abf",
479
+ cterm_color = "32",
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