Skip to content

Commit

Permalink
Update nerdicons.lua (#500)
Browse files Browse the repository at this point in the history
* Update nerdicons.lua

Added icons for D and Haxe source files

* Update manifest.json

nerdicons plugin version updated
  • Loading branch information
SnakE-2024 authored Nov 29, 2024
1 parent e9d799a commit 8c477f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,7 @@
"mod_version": "3",
"path": "plugins/nerdicons.lua",
"type": "plugin",
"version": "1.2.3"
"version": "1.2.4"
},
{
"description": "Official NodeJs builds.",
Expand Down
4 changes: 4 additions & 0 deletions plugins/nerdicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ local previous_scale = SCALE


local extension_icons = {
[".hxml"] = { "#d3d3d3", "seti-config" }, -- Haxe
[".hx"] = { "#f68712", "seti-haxe" },
[".d"] = { "#ff3333", "dev-dlang" }, -- D
[".di"] = { "#ff6666", "dev-dlang" },
[".lua"] = { "#405af0", "seti-lua" },
[".md"] = { "#519aba", "dev-markdown" }, -- Markdown
[".powershell"] = { "#519aba", "cod-terminal_powershell" },
Expand Down

0 comments on commit 8c477f9

Please sign in to comment.