Releases: mbolli/tempest-highlight-ron
Releases · mbolli/tempest-highlight-ron
Release list
v1.0.3 — support php-ron ^0.4 and ^0.5
Changed
- Allow
mbolli/php-ron^0.4and^0.5alongside^0.3. TheRon::tokenize()API and the
RonToken/RonTokenKindshapes are unchanged across all three, so this is a constraint
widening rather than a behaviour change — and the range means a future php-ron 0.x no longer
needs a release here just to unblock consumers.
Fixed
- Highlighting of php-ron 0.5 sources. Its tokenizer treats a JSON escape as one scanner atom
and classifies before decoding, soa\nband,fooeach stay a single string span and
tr\u0075ehighlights as a string rather than the boolean literal. Covered by a new test.