From 24c990d008ca2814dbdd50431ca9c4141f94e60f Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Fri, 12 Oct 2012 11:26:13 -0400 Subject: [PATCH] Added extra ruby syntax files --- ruby.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.nanorc b/ruby.nanorc index e4f0ff4..830dac6 100644 --- a/ruby.nanorc +++ b/ruby.nanorc @@ -1,6 +1,6 @@ ## Here is an example for Ruby. ## -syntax "ruby" "\.rb$" "Gemfile" "config.ru" "Rakefile" +syntax "ruby" "\.rb$" "Gemfile" "config.ru" "Rakefile" "Capfile" "Vagrantfile" ## 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