Skip to content

Instantly share code, notes, and snippets.

@wfarr
Created April 29, 2009 18:33
Show Gist options
  • Select an option

  • Save wfarr/103960 to your computer and use it in GitHub Desktop.

Select an option

Save wfarr/103960 to your computer and use it in GitHub Desktop.
Highlight operators in ruby-mode
(add-hook 'ruby-mode-hook
(lambda ()
(font-lock-add-keywords
'ruby-mode
'(("\\([-,\\.\\+\\*/%&|\\^~=<>:]\\)" . font-lock-keyword-face)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment