typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Fix syntax highlighting for quoted strings #818

Closed farost closed 7 months ago

farost commented 7 months ago

Usage and product changes

We fix the highlighting for string literals to make it yellow as it used to be. The highlighting had not been correct due to a bug introduced in TypeDB Studio 2.25.0.

Before: image

After: image

Implementation

The issue comes from this PR. We introduced QUOTED_STRING in the .g4 file as a new string literal, but we didn't fix the reference to the old STRING_ in the studio. Now we did.

typedb-bot commented 7 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture