diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/nerdicons.lua | 2 | ||||
-rw-r--r-- | plugins/nonicons.lua | 2 |
2 files changed, 2 insertions, 2 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", "" },
diff --git a/plugins/nonicons.lua b/plugins/nonicons.lua index b0f29d6..9865e40 100644 --- a/plugins/nonicons.lua +++ b/plugins/nonicons.lua @@ -75,7 +75,7 @@ local extension_icons = { [".java"] = { "#cc3e44", "" }, [".scala"] = { "#cc3e44", "" }, [".kt"] = { "#F88A02", "" }, -- Kotlin - [".pl"] = { "#519aba", "" }, -- Perl + [".pl"] = { "#519aba", "" }, [".pm"] = { "#519aba", "" }, -- Perl [".r"] = { "#358a5b", "" }, [".rake"] = { "#701516", "" }, [".rb"] = { "#701516", "" }, -- Ruby |