aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRawley <75388349+rawleyfowler@users.noreply.github.com>2023-11-23 09:37:27 -0600
committerGitHub <noreply@github.com>2023-11-23 10:37:27 -0500
commite0ce69d7313840f4806ae8316d2c18b5b95ecade (patch)
treebf8c6b5bc43d5853347845d4f9324b2437ec98de
parentc0072b8405a4661d3b6707919f9a8382d618bfdb (diff)
downloadlite-xl-plugins-e0ce69d7313840f4806ae8316d2c18b5b95ecade.tar.gz
lite-xl-plugins-e0ce69d7313840f4806ae8316d2c18b5b95ecade.zip
Associate ".pm" with Perl icon in Nonicons and Nerdicons (#342)
* Fix perl in nonicons.lua * Fix perl in nerdicons.lua
-rw-r--r--plugins/nerdicons.lua2
-rw-r--r--plugins/nonicons.lua2
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