Files
find-syntax/README.md
2023-09-26 17:58:37 -05:00

345 B

find-syntax

An experiment to try and find the ideal syntax highlighter for an arbitrary snippet.

  • Given a snippet of code, query the GitHub Markdown API to generate highlighted HTML.
  • Determine the complexity and level of color in the generated HTML.
  • Report and display the results, showing the "best" syntax highlighter for the snippet.