Added extra ruby syntax files

This commit is contained in:
Jon Langevin 2012-10-12 11:26:13 -04:00
parent 8b26ad6f47
commit 24c990d008
1 changed files with 1 additions and 1 deletions

View File

@ -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