mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
add snippet system to helix core
This commit is contained in:
parent
db959274d4
commit
c8c0d04168
10 changed files with 2032 additions and 2 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue