aboutsummaryrefslogtreecommitdiff
path: root/plugins/nerdicons.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nerdicons.lua')
-rw-r--r--plugins/nerdicons.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nerdicons.lua b/plugins/nerdicons.lua
index 5e01442..cb72140 100644
--- a/plugins/nerdicons.lua
+++ b/plugins/nerdicons.lua
@@ -93,7 +93,7 @@ local extension_icons = {
[".java"] = { "#cc3e44", "" },
[".scala"] = { "#cc3e44", "" },
[".kt"] = { "#F88A02", "" }, -- Kotlin
- [".pl"] = { "#519aba", "" }, -- Perl
+ [".pl"] = { "#519aba", "" }, [".pm"] = { "#519aba", "" }, -- Perl
[".rb"] = { "#701516", "" }, -- Ruby
[".rs"] = { "#c95625", "" }, -- Rust
[".rss"] = { "#cc3e44", "" },