From ce86b23d6b9ad89322fb1f4f8c47577b354c0cec Mon Sep 17 00:00:00 2001 From: Jason Ormand Date: Wed, 26 Sep 2012 10:56:21 -0400 Subject: [PATCH] added Gemfile, Rakefile and config.ru to ruby syntax file --- ruby.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.nanorc b/ruby.nanorc index a557287..e4f0ff4 100644 --- a/ruby.nanorc +++ b/ruby.nanorc @@ -1,6 +1,6 @@ ## Here is an example for Ruby. ## -syntax "ruby" "\.rb$" +syntax "ruby" "\.rb$" "Gemfile" "config.ru" "Rakefile" ## Asciibetical list of reserved words color yellow "\<(BEGIN|END|alias|and|begin|break|case|class|def|defined\?|do|else|elsif|end|ensure|false|for|if|in|module|next|nil|not|or|redo|rescue|retry|return|self|super|then|true|undef|unless|until|when|while|yield)\>" ## Constants