Skip to content

Instantly share code, notes, and snippets.

@voldern
Created December 3, 2014 11:14
Show Gist options
  • Save voldern/2cec6581be92bf133309 to your computer and use it in GitHub Desktop.
Save voldern/2cec6581be92bf133309 to your computer and use it in GitHub Desktop.
;; Replace inline function returns with <
(font-lock-add-keywords
'js2-mode `(("function *([^)]*) *{ *\\(return\\) "
(0 (progn (compose-region (match-beginning 1)
(match-end 1) "<")
nil)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment