Skip to content

Commit

Permalink
Merge pull request #926 from pankajskku/dev
Browse files Browse the repository at this point in the history
Adding support for c sharp
  • Loading branch information
touma-I authored Jan 8, 2025
2 parents 9773a03 + 1f6b68e commit 9db837b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transforms/code/code_profiler/dpk_code_profiler/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def ensure_tree_sitter_bindings():
"Agda": AGDA_LANGUAGE,
"C": C_LANGUAGE,
"C#": CSHARP_LANGUAGE,
"Csharp": CSHARP_LANGUAGE,
"Cpp": CPP_LANGUAGE,
"D": D_LANGUAGE,
"Dart": DART_LANGUAGE,
Expand All @@ -148,6 +149,7 @@ def ensure_tree_sitter_bindings():
"Agda": "agda",
"C": "c",
"C#": "c_sharp",
"Csharp": "c_sharp",
"C++": "cpp",
"Cpp": "cpp",
"D": "d",
Expand Down

0 comments on commit 9db837b

Please sign in to comment.