1
0
Fork 0
mirror of https://github.com/correl/melpa.git synced 2025-03-30 01:03:57 -09:00

add jsx-mode recipe

jsx-mode.el is major mode for JSX
https://github.com/jsx/jsx-mode.el
This commit is contained in:
abicky 2013-09-05 11:14:17 +09:00
parent 805a7c7fee
commit 4272cf8672

3
recipes/jsx-mode Normal file
View file

@ -0,0 +1,3 @@
(jsx-mode :repo "jsx/jsx-mode.el"
:fetcher github
:files ("src/*.el"))