chore: remove c# comments (#168)

This commit is contained in:
Kumar Aditya 2021-08-03 18:57:17 +05:30 committed by GitHub
parent 7ce7817843
commit 4c6fccc3d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 844 deletions

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,7 @@ const writeComment = (comment) => {
lastWasBlank = true
continue
}
if (["js", "js browser", "py", "python sync", "python async", "java"].includes(line.trim().substr(3)) && line.trim().startsWith("```"))
if (["js", "js browser", "py", "python sync", "python async", "java", "csharp"].includes(line.trim().substr(3)) && line.trim().startsWith("```"))
inExample = true
if (!inExample) {
if (lastWasBlank)