Closed devkeydet closed 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#.
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.
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#.