diff --git a/ruby.nanorc b/ruby.nanorc index ca4f3a6..bafaa8e 100644 --- a/ruby.nanorc +++ b/ruby.nanorc @@ -6,7 +6,7 @@ header "^#!.*/(env +)?ruby( |$)" ## 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 -color brightblue "(\$|@|@@)?\<[A-Z]+[0-9A-Z_a-z]*" +color brightblue "(\$|@|@@)\<[A-Z]+[0-9A-Z_a-z]*" ## Ruby "symbols" icolor magenta "([ ]|^):[0-9A-Z_]+\>" ## Some unique things we want to stand out