Skip to content

Commit

Permalink
icons mjs, cjs, pug, ejs (#373)
Browse files Browse the repository at this point in the history
* KDE Dialog Support

* KDE Dialog support for gui_filepicker

* Update plugins/gui_filepicker.lua

Co-authored-by: Guldoman <[email protected]>

* Update plugins/gui_filepicker.lua

Co-authored-by: Guldoman <[email protected]>

* Snake variable

i hope you are happy :D

* mjs, js, pug, ejs icons

* Update manifest.json

---------

Co-authored-by: Guldoman <[email protected]>
  • Loading branch information
kemzops and Guldoman authored Feb 29, 2024
1 parent 43876cf commit bf01ab4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@
},
{
"description": "File icons set for TreeView. Modification of the [nonicons](plugins/nonicons.lua) plugin. Uses [NerdFont](https://www.nerdfonts.com/) icons",
"version": "1.1",
"version": "1.2",
"type": "plugin",
"path": "plugins/nerdicons.lua",
"id": "nerdicons",
Expand All @@ -1469,7 +1469,7 @@
},
{
"description": "File icons set for TreeView. Uses the [Nonicons](https://github.com/yamatsum/nonicons/) font",
"version": "0.3",
"version": "0.4",
"path": "plugins/nonicons.lua",
"id": "nonicons",
"mod_version": "3",
Expand Down
4 changes: 3 additions & 1 deletion plugins/nerdicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ local extension_icons = {
[".json"] = { "#854CC7", "seti-json" },
[".css"] = { "#519abc", "dev-css3" },
[".html"] = { "#e34c26", "dev-html5" },
[".js"] = { "#cbcb41", "dev-javascript_badge" }, -- JavaScript
[".js"] = { "#cbcb41", "dev-javascript_badge" }, [".cjs"] = { "#cbcb41", "dev-javascript_badge" }, [".mjs"] = { "#cbcb41", "dev-javascript_badge" }, -- JavaScript
[".ejs"] = { "#ffea7f", "seti-ejs" },
[".pug"] = { "#a86454", "seti-pug" },
[".go"] = { "#519aba", "seti-go" },
[".jpg"] = { "#a074c4", "fa-image" }, [".png"] = { "#a074c4", "fa-image" },
[".sh"] = { "#4d5a5e", "cod-terminal_bash" }, [".bash"] = { "#4d5a5e", "cod-terminal_bash" }, -- Shell
Expand Down
2 changes: 1 addition & 1 deletion plugins/nonicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ local extension_icons = {
[".json"] = { "#854CC7", "json-16" },
[".css"] = { "#563d7c", "css-16" },
[".html"] = { "#e34c26", "html-16" },
[".js"] = { "#cbcb41", "javascript-16" }, -- JavaScript
[".js"] = { "#cbcb41", "javascript-16" }, [".cjs"] = { "#cbcb41", "javascript-16" }, [".mjs"] = { "#cbcb41", "javascript-16" }, -- JavaScript
[".go"] = { "#519aba", "go-16" },
[".jpg"] = { "#a074c4", "image-16" }, [".png"] = { "#a074c4", "image-16" },
[".sh"] = { "#4d5a5e", "terminal-16" }, -- Shell
Expand Down

0 comments on commit bf01ab4

Please sign in to comment.