Skip to content

Release 2.3.2

Compare
Choose a tag to compare
@FIameCaster FIameCaster released this 05 Jan 23:20
· 259 commits to main since this release

Fixed highlighting when there are tags inside object spread in JSX tags (9ec5299)
Fixed backtracking issues with the new tag patterns for JSX and markup
Improved an edge case when toggling comments in languages without line comments such as CSS or markup (edcc167)
Fixed a bug in the Prism core where the rest property of grammars wasn't ignored by the matchGrammar function