From 66c24ab22e0b2d7f0a8f653fc1c2faed1110072f Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Wed, 17 Nov 2021 18:56:28 +0100 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..62fa68a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# synmtx +**Syntax Highlighting for all matrix clients!** + +Synmtx allows you to convert your files into matrix-friendly HTML with syntax highlighting! +Simply run it like this +```bash +synmtx hl path/to/file +``` +and it will spit out the highlighted HTML, figuring out the syntax using the file extension.