From 68ace91b170b7212ee821ba2073098fa98ba48e3 Mon Sep 17 00:00:00 2001 From: Paulo Morgado <470455+paulomorgado@users.noreply.github.com> Date: Sun, 13 Jul 2025 12:55:08 +0100 Subject: [PATCH] Update csharp-docs.prompt.md Use `` for languange specific keywords like `null`, `true`, `false`, `int`, `bool`, etc. --- 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..5d4c6c2 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 languange specific keywords like `null`, `true`, `false`, `int`, `bool`, etc.