Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8746dfe

Browse files
Merge pull request clearloop#5 from Raees678/master
Corrects file suffixes for c++ and c# files
2 parents ff0908a + 78cfeed commit 8746dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/helper.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ mod file {
198198
match l {
199199
"bash" => Ok("sh"),
200200
"c" => Ok("c"),
201-
"cpp" => Ok("c"),
202-
"csharp" => Ok("c"),
201+
"cpp" => Ok("cpp"),
202+
"csharp" => Ok("cs"),
203203
"golang" => Ok("go"),
204204
"java" => Ok("java"),
205205
"javascript" => Ok("js"),

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /