Unified Syntax Highlighting for Jyro
We’ve brought consistency to the way Jyro looks across all environments. Syntax highlighting is now unified between the VS Code extension, the online Playpen, and the website examples.
This means that when you write Jyro code, keywords, numbers, functions, strings, and the Data context object are highlighted in the same colours everywhere. The result is a cleaner, more predictable experience whether you’re experimenting in the Playpen, reviewing examples online, or building real projects in VS Code.
This update also makes the Data context stand out with a distinctive colour, making it clearer that it’s the shared global object and not just another variable.
The goal is simple: no matter where you interact with Jyro, the syntax should feel familiar and consistent.
Check out the updated VS Code extension or jump into the Playpen to see the new highlighting in action.