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 7 forks source link

added powerfx #16

Closed devkeydet closed 5 months ago

devkeydet commented 5 months ago

Closes #17

Turns out # javascript does a good job of syntax highlighting for Power Fx.
image In order to support # powerfx through this extension, I added powerfx but just use the same syntax highlighting as javascript. The result looks like. image As I find any nuances that warrant Power Fx specific formatting, I can contribute more. But, for now, this seemed to do the trick.