Skip to content

Commit 5377674

Browse files
authored
csharp: Add support for triple-slash doc comments (#18869)
This PR adds support for triple-slash (`///`) doc comments in C#. As requested by #18766. Release Notes: - N/A
1 parent af9a595 commit 5377674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/csharp/languages/csharp/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "CSharp"
22
code_fence_block_name = "csharp"
33
grammar = "c_sharp"
44
path_suffixes = ["cs"]
5-
line_comments = ["// "]
5+
line_comments = ["// ", "/// "]
66
autoclose_before = ";:.,=}])>"
77
brackets = [
88
{ start = "{", end = "}", close = true, newline = true },

0 commit comments

Comments
 (0)