diff --git a/README.md b/README.md index 537a1ed0..8931ea7b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ } ``` +- To get syntax highlighting for Power Fx in VS Code, you can install the [YAML Embedded Languages](https://marketplace.visualstudio.com/items?itemName=harrydowning.yaml-embedded-languages) extension. By applying the `# powerfx`language hint within your `*.pa.yaml` file, you will see syntax highlighting within the YAML: +![alt text](assets/images/power-fx-highligting-yaml.png) + - For advanced C#/.Net library usage, please explore the [Microsoft.PowerPlatform.PowerApps.Persistence](https://github.com/microsoft/PowerApps-Tooling/tree/master/src/Persistence) library. ## Contributing diff --git a/assets/images/power-fx-highligting-yaml.png b/assets/images/power-fx-highligting-yaml.png new file mode 100644 index 00000000..2a11245b Binary files /dev/null and b/assets/images/power-fx-highligting-yaml.png differ