aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_perl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/language_perl.lua')
-rw-r--r--plugins/language_perl.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_perl.lua b/plugins/language_perl.lua
index cf60849..1938b1b 100644
--- a/plugins/language_perl.lua
+++ b/plugins/language_perl.lua
@@ -2,6 +2,7 @@
local syntax = require "core.syntax"
syntax.add {
+ name = "Perl",
files = { "%.pm$", "%.pl$" },
headers = "^#!.*[ /]perl",
comment = "#",