From 7090b0daa87440ef371a5a0269a96d9a2c5e96f5 Mon Sep 17 00:00:00 2001 From: Steffen Deusch Date: Wed, 5 Feb 2025 18:00:25 +0100 Subject: [PATCH] add a link to makeup_syntect to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5847fdc..d255c15 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ The supported source languages are: * [Diff](https://github.com/elixir-makeup/makeup_diff) * [JSON](https://github.com/elixir-makeup/makeup_json) * [(H)EEx](https://github.com/elixir-makeup/makeup_eex) + * [Many more languages](https://hexdocs.pm/makeup_syntect/MakeupSyntect.Syntaxes.html) through [`makeup_syntect`](https://github.com/SteffenDE/makeup_syntect) ## Installation