Skip to content

Instantly share code, notes, and snippets.

@waltervargas
Created March 26, 2016 12:11
Show Gist options
  • Save waltervargas/6262744e4ad01faae396 to your computer and use it in GitHub Desktop.
Save waltervargas/6262744e4ad01faae396 to your computer and use it in GitHub Desktop.
emacs jsx support in web-mode
(setq web-mode-content-types-alist
'(("jsx" . "\\.js[x]?\\'")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment