harrydowning / vscode-yaml-embedded-languages

A VS Code syntax extension for embedded language highlighting in YAML
https://marketplace.visualstudio.com/items?itemName=harrydowning.yaml-embedded-languages
MIT License
32 stars 6 forks source link

Add string interpolation formatting for Power Fx #35

Closed devkeydet closed 2 months ago

devkeydet commented 2 months ago

Power Fx string interpolation spec is here. https://learn.microsoft.com/en-us/power-platform/power-fx/data-types#string-interpolation

Update this extension to provide similar string interpolation highlighting for Power Fx to what exists for JavaScript/C#. image

harrydowning commented 2 months ago

This extension shouldn't be responsible for the syntax of the languages. For now, until VS Code supports an offical Power Fx grammar, this will have to remain a limitation.