Add rjsx-mode (#2523)

This commit is contained in:
Michael Kuryshev 2017-03-07 16:32:04 +03:00 committed by Noam Postavsky
parent e2b412ef6b
commit 4066b4072e

6
recipes/rjsx-mode.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name rjsx-mode
:description "A major mode for editing JSX files"
:type github
:pkgname "felipeochoa/rjsx-mode"
:depends (js2-mode)
:minimum-emacs-version "24.4")