Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-03-14 | 810 Bytes | |
v0.4.0 source code.tar.gz | 2018-03-14 | 101.9 kB | |
v0.4.0 source code.zip | 2018-03-14 | 102.4 kB | |
Totals: 3 Items | 205.1 kB | 0 |
Support for React Fragments (#58)
<><C1/><C2/>
now parses as a fragment. You can't yet use the electric C-d
or >
(see below) shortcut to expand ` into
<>`. Thanks to @mostafah for pointing out this new syntax
Electric >
(#51)
Some users (especially evil
users I think) found the C-d
rebinding not very useful. Now hitting >
right before a self-closing slash will expand the tag the same as C-d
. Thanks to @allforabit for the suggestion
New face for <
, /
and >
(#61)
You can now specify a style for the JSX brackets using rjsx-tag-bracket-face
. The default face does not add any styles, but this allows greater consistency between rjsx and web-mode. Thanks to @Fuco1 for the suggestion.