1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 16:45:40 +01:00

Merge pull request #6 from okor/master

More ruby file types
This commit is contained in:
Anthony Scopatz 2012-09-26 18:31:13 -07:00
commit 8b26ad6f47

View File

@ -1,6 +1,6 @@
## Here is an example for Ruby. ## Here is an example for Ruby.
## ##
syntax "ruby" "\.rb$" syntax "ruby" "\.rb$" "Gemfile" "config.ru" "Rakefile"
## Asciibetical list of reserved words ## 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)\>" 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 ## Constants