Skip to content

Commit

Permalink
feat: Added C++ to languageMap (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhex authored Aug 23, 2023
1 parent 1ecbbfa commit 9c3ef29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/review/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export const languageMap: { [key: string]: string } = {
".jsx": "JavaScript",
".dart": "Dart",
".php": "PHP",
".cpp": "C++",
".h": "C++",
".cxx": "C++",
".hpp": "C++",
".hxx": "C++",
};

export const supportedFiles = new Set(Object.keys(languageMap));
Expand Down

0 comments on commit 9c3ef29

Please sign in to comment.