mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
added Gemfile, Rakefile and config.ru to ruby syntax file
This commit is contained in:
parent
28c1a99502
commit
ce86b23d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue