aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_ruby.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/language_ruby.lua')
-rw-r--r--plugins/language_ruby.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_ruby.lua b/plugins/language_ruby.lua
index 8b9bf33..3651fb5 100644
--- a/plugins/language_ruby.lua
+++ b/plugins/language_ruby.lua
@@ -2,6 +2,7 @@
local syntax = require "core.syntax"
syntax.add {
+ name = "Ruby",
files = { "%.rb", "%.gemspec" },
headers = "^#!.*[ /]ruby",
comment = "#",