Add csharp commentstring

This commit is contained in:
2024-05-21 17:26:29 +02:00
parent 57e6c133c6
commit ba6670cac7
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ Default configuration:
c = "// %s",
cpp = "// %s",
css = "/* %s */",
c_sharp = "// %s",
gleam = "// %s",
glimmer = "{{! %s }}",
graphql = "# %s",

View File

@@ -7,6 +7,7 @@ local defaults = {
c = "// %s",
cpp = "// %s",
css = "/* %s */",
c_sharp = "// %s",
gleam = "// %s",
glimmer = "{{! %s }}",
graphql = "# %s",