aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-28 00:34:00 +0100
committerpml68 <contact@pml68.dev>2025-02-28 00:34:00 +0100
commitaa5e7e024061a759fb89947185bb4969c3e21e66 (patch)
treeabda4698a3f544efd99e58659c774632d93492f6
parentfeat: add extra syntaxes with `two-face` (diff)
downloadiced_custom_highlighter-aa5e7e024061a759fb89947185bb4969c3e21e66.tar.gz
docs: update README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7959be2..577e601 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ A custom syntax highlighter for iced.
It uses the colors from your app's Theme, based on a styling method (like `default_style`)
+[`two-face`](https://github.com/CosmicHorrorDev/two-face) is used for providing extra syntaxes. [More info](https://github.com/CosmicHorrorDev/two-face?tab=readme-ov-file#syntaxes)
+
# Example
```rust