Skip to content

Commit 6662f05

Browse files
authored
feat: add sc (#428)
1 parent 6ed7877 commit 6662f05

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,12 @@ local icons_by_file_extension = {
16641664
cterm_color = "167",
16651665
name = "Scala",
16661666
},
1667+
["sc"] = {
1668+
icon = "",
1669+
color = "#cc3e44",
1670+
cterm_color = "167",
1671+
name = "ScalaScript",
1672+
},
16671673
["scm"] = {
16681674
icon = "󰘧",
16691675
color = "#eeeeee",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,12 @@ local icons_by_file_extension = {
16641664
cterm_color = "88",
16651665
name = "Scala",
16661666
},
1667+
["sc"] = {
1668+
icon = "",
1669+
color = "#992e33",
1670+
cterm_color = "88",
1671+
name = "ScalaScript",
1672+
},
16671673
["scm"] = {
16681674
icon = "󰘧",
16691675
color = "#303030",

0 commit comments

Comments
 (0)