Syntax highlighting for template strings in F#VS Code extension that highlights HTML/SVG/CSS/SQL/JS/Python F# triple quoted strings (interpolated or not) preceded by a function named
You need to declare the functions by yourself in a module with
If you just want to trigger highlighting, use an identity function:
For HTML/CSS/JS templates, the extension will forward completion and hover requests to the built-in language providers in VS Code. |