add snippet system to helix core

This commit is contained in:
Pascal Kuthe 2024-02-22 21:47:55 +01:00 committed by Michael Davis
parent db959274d4
commit c8c0d04168
No known key found for this signature in database
10 changed files with 2032 additions and 2 deletions

3
Cargo.lock generated
View file

@ -1219,6 +1219,7 @@ name = "helix-core"
version = "24.7.0"
dependencies = [
"ahash",
"anyhow",
"arc-swap",
"bitflags",
"chrono",
@ -1228,6 +1229,7 @@ dependencies = [
"globset",
"hashbrown",
"helix-loader",
"helix-parsec",
"helix-stdx",
"imara-diff",
"indoc",
@ -1237,6 +1239,7 @@ dependencies = [
"parking_lot",
"quickcheck",
"regex",
"regex-cursor",
"ropey",
"serde",
"serde_json",