HalfToothed / online-code-compiler

An online code compiler
https://online-code-compiler-rose.vercel.app
4 stars 14 forks source link

Format the List of Languages #9

Open HalfToothed opened 3 weeks ago

HalfToothed commented 3 weeks ago

The Language list contain multiple versions of the same language. The task is to properly format this data to ensure it is concise, readable, and eliminates redundancy

lonewolf9277 commented 3 weeks ago

Hey I can work on this. Please elaborate on how the formatting should be.

HalfToothed commented 3 weeks ago
  1. There are multiple versions of the same languages, only show the Latest and only display name not the version
  2. Do not show languages like Assembly, Bash, Basic, Executable, multi program file
  3. Filter out languages which do not have syntax highlighting in monaco code editor (Optional task)