Skip to content

Instantly share code, notes, and snippets.

@bmac
Created April 6, 2013 20:19
Show Gist options
  • Save bmac/5327477 to your computer and use it in GitHub Desktop.
Save bmac/5327477 to your computer and use it in GitHub Desktop.
(add-hook 'js2-mode-hook
(lambda ()
(font-lock-add-keywords
nil `(("\\(function\\)"
(0 (progn (compose-region (match-beginning 1)
(match-end 1) "\u0192")
nil)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment