-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.digitalocean.com/https://hacktoberfest.digitalocean.com/help wantedExtra attention is neededExtra attention is needed
Description
https://ouluwebdev.github.io/hello-hacktoberfest/ displays all Hello, World! snippets, but it doesn't have syntax highlighting. We need to add that!
It should:
- Automatically detect what language a snippet is written in (based on the code and-or the file extension) (basically what https://github.com/github/linguist does, but in JS)
- Use a tool like https://prismjs.com/ or https://highlightjs.org/ to do the actual highlighting
- Fall back to "no highlighting" if the language cannot be determined
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.digitalocean.com/https://hacktoberfest.digitalocean.com/help wantedExtra attention is neededExtra attention is needed