Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index ac02ff8c..10ddd0ad 100644
--- a/languages.toml
+++ b/languages.toml
@@ -675,7 +675,7 @@ scope = "source.csharp"
injection-regex = "c-?sharp"
file-types = ["cs", "csx", "cake"]
roots = ["sln", "csproj"]
-comment-token = "//"
+comment-tokens = ["//", "///"]
block-comment-tokens = { start = "/*", end = "*/" }
indent = { tab-width = 4, unit = "\t" }
language-servers = [ "omnisharp" ]