Allow highlighting editor rows from multiple sources concurrently (#9153)

This commit is contained in:
Kirill Bulatov
2024-03-11 02:17:32 +02:00
committed by GitHub
parent f4a86e6fea
commit 41dc5fc412
9 changed files with 590 additions and 45 deletions
Generated
+12
View File
@@ -4287,9 +4287,15 @@ version = "0.1.0"
dependencies = [
"editor",
"gpui",
"indoc",
"language",
"menu",
"project",
"serde_json",
"text",
"theme",
"tree-sitter-rust",
"tree-sitter-typescript",
"ui",
"util",
"workspace",
@@ -6614,12 +6620,18 @@ dependencies = [
"editor",
"fuzzy",
"gpui",
"indoc",
"language",
"menu",
"ordered-float 2.10.0",
"picker",
"project",
"serde_json",
"settings",
"smol",
"theme",
"tree-sitter-rust",
"tree-sitter-typescript",
"ui",
"util",
"workspace",