From b51c0c5274c3594b82bd1718bb2497424f04309e Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 26 Sep 2023 17:58:37 -0500 Subject: [PATCH] Add README / initial commit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4219b04 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# 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. \ No newline at end of file