Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.60 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. git diff
  2. diff --git a/ruby-mode.el b/ruby-mode.el
  3. index b556e95..838d811 100644
  4. --- a/ruby-mode.el
  5. +++ b/ruby-mode.el
  6. @@ -1169,7 +1169,7 @@ balanced expression is found."
  7.         2 font-lock-type-face)
  8.       ;; symbols
  9.       '("\\(^\\|[^:]\\)\\(:\\([-+~]@?\\|[/%&|^`]\\|\\*\\*?\\|<\\(<\\|=>?\\)?\\|>[>=]?\\|===?\\|=~\\|\\[\\]=?\\|\\(\\w\\|_\\)+\\([!?=]\\|\\b_*\\)\\|#{[^}\n\\\\]*\\(\
  10. -       2 font-lock-reference-face)
  11. +       2 font-lock-string-face)
  12.       ;; expression expansion
  13.       '("#\\({[^}\n\\\\]*\\(\\\\.[^}\n\\\\]*\\)*}\\|\\(\\$\\|@\\|@@\\)\\(\\w\\|_\\)+\\)"
  14.         0 font-lock-variable-name-face t)