Skip to content

Commit

Permalink
remove redundent R map becuase we send the string to lower case now
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Aug 20, 2024
1 parent 94a8b48 commit a4402c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/utils/prismLanguageMapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const prismSupportedLanguages = new Map<string, string>([
['ocaml', 'ocaml'],
['php', 'php'],
['py', 'python'],
['R', 'r'],
['r', 'r'],
['ps1', 'powershell'],
['psm1', 'powershell'],
Expand Down

0 comments on commit a4402c3

Please sign in to comment.