From f1c532cf573aef764c4721d5ed4347fa20648631 Mon Sep 17 00:00:00 2001 From: Paulo Morgado <470455+paulomorgado@users.noreply.github.com> Date: Sun, 13 Jul 2025 23:21:58 +0100 Subject: [PATCH] Update csharp-docs.prompt.md (#91) * Update csharp-docs.prompt.md Use `` for languange specific keywords like `null`, `true`, `false`, `int`, `bool`, etc. * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Aaron Powell Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- prompts/csharp-docs.prompt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prompts/csharp-docs.prompt.md b/prompts/csharp-docs.prompt.md index 9523cd2..43bffa2 100644 --- a/prompts/csharp-docs.prompt.md +++ b/prompts/csharp-docs.prompt.md @@ -21,3 +21,4 @@ description: 'Ensure that C# types are documented with XML comments and follow b - Use `` to reference type parameters in documentation. - Use `` for inline code snippets. - Use `` for code blocks. +- Use `` for language specific keywords like `null`, `true`, `false`, `int`, `bool`, etc.