You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying this expression from the docs in the exerciser:
Account.Order.Product { Product Name: {"Price": Price, "Qty": Quantity} }
The highlight seems to break for Price. On the other hand this expression does not break the highlight:
Account.Order.Product { Product Name: {'Price': Price, "Qty": Quantity} }
Am I doing something wrong? Any plans to fix it?
Thanks
The text was updated successfully, but these errors were encountered:
No, but let me paste here the response I made when you raised this in the JSONata repo:
The exerciser uses Monaco for the editor and supplies a config file which instructs the editor how to highlight the tokens. You could try fiddling with this to see if you can get any better results than I've managed.
This is not something I am going to get to any time soon, but I'm happy to look at a PR if you improve how it renders.
While trying this expression from the docs in the exerciser:
Account.Order.Product {
Product Name
: {"Price": Price, "Qty": Quantity} }The highlight seems to break for Price. On the other hand this expression does not break the highlight:
Account.Order.Product {
Product Name
: {'Price': Price, "Qty": Quantity} }Am I doing something wrong? Any plans to fix it?
Thanks
The text was updated successfully, but these errors were encountered: