From 86d396cf8bede8155bdd4a7d3f115a0108c67297 Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector@hecrj.dev>
Date: Sun, 17 Sep 2023 23:15:38 +0200
Subject: Avoid adding unnecessary spans when syntax highlighting

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Cargo.toml')

diff --git a/Cargo.toml b/Cargo.toml
index 70f84460..ac59085d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -154,7 +154,7 @@ winit = { git = "https://github.com/iced-rs/winit.git", rev = "c52db2045d0a2f1b8
 
 [patch.crates-io.cosmic-text]
 git = "https://github.com/hecrj/cosmic-text.git"
-rev = "cb83458e7d0b84ef37c5beb72dda5046d7d343a6"
+branch = "editor-fixes"
 
 [patch.crates-io.rangemap]
 git = "https://github.com/hecrj/rangemap.git"
-- 
cgit