Skip to content

Commit 0422a19

Browse files
OriCat101Ori
andauthored
feat: added coldfusion icons (#592)
Co-authored-by: Ori <meow@ori.cat>
1 parent a136675 commit 0422a19

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lua/nvim-web-devicons/default/icons_by_file_extension.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ return {
5050
["cbl"] = { icon = "", color = "#005CA5", cterm_color = "25", name = "Cobol" },
5151
["cc"] = { icon = "", color = "#F34B7D", cterm_color = "204", name = "CPlusPlus" },
5252
["ccm"] = { icon = "", color = "#F34B7D", cterm_color = "204", name = "CPlusPlusModule" },
53+
["cfc"] = { icon = "", color = "#01A4BA", cterm_color = "38", name = "ColdFusionScript" },
5354
["cfg"] = { icon = "", color = "#6D8086", cterm_color = "66", name = "Configuration" },
55+
["cfm"] = { icon = "", color = "#01A4BA", cterm_color = "38", name = "ColdFusionTag" },
5456
["cjs"] = { icon = "", color = "#CBCB41", cterm_color = "185", name = "Cjs" },
5557
["clj"] = { icon = "", color = "#8DC149", cterm_color = "113", name = "Clojure" },
5658
["cljc"] = { icon = "", color = "#8DC149", cterm_color = "113", name = "ClojureC" },

lua/nvim-web-devicons/light/icons_by_file_extension.lua

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)