Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
JSX text improvements source code.tar.gz | 2017-08-08 | 99.7 kB | |
JSX text improvements source code.zip | 2017-08-08 | 99.6 kB | |
README.md | 2017-08-08 | 467 Bytes | |
Totals: 3 Items | 199.7 kB | 0 |
The new release adds two improvements to rjsx
's handling of JSX text sequences:
- A text-specific syntax table is used, so contractions won't mess up bracket matching
- JSX text is now fontified as a string (which is what it desugars into)
I suspect the latter change may not be welcome by everyone (hence the minor bump), but it can be easily fixed by customizing the rjsx-text
face. E.g., you can remove the :inherit
property to revert to the old look.