You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for syntax highlighting and formatting in Visual Studio Code extension (packages/vscode) for the GenAIScript markdown files (.genai.md files).
You can find an example of the feature at @microsoft/prompty/files/vscode/prompty - example grammar: @microsoft/prompty/files/vscode/prompty/syntaxes/prompty.tmLanguage.yaml (genaiscript uses the PromptArgs type as the frontmatter interface) - vscode package config @microsoft/prompty/files/vscode/prompty/package.json
#84