Skip to content

Commit

Permalink
added Gemfile, Rakefile and config.ru to ruby syntax file
Browse files Browse the repository at this point in the history
  • Loading branch information
okor committed Sep 26, 2012
1 parent 28c1a99 commit ce86b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby.nanorc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ce86b23

Please sign in to comment.