Skip to content

Commit

Permalink
Merge pull request #865 from pankajskku/dev
Browse files Browse the repository at this point in the history
Bug fix for Agda language in code profiler transform
  • Loading branch information
touma-I authored Dec 11, 2024
2 parents e9cee60 + 6e9f981 commit 376ecdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def ensure_tree_sitter_bindings():
"TypeScript": TYPESCRIPT_LANGUAGE
}
self.uast_language_map = {
"Agda": AGDA_LANGUAGE,
"Agda": 'agda',
"C": 'c',
"C#": 'c_sharp',
"C++": 'cpp',
Expand Down

0 comments on commit 376ecdc

Please sign in to comment.