mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
migrate helix-syntax crate into helix-core and helix-term
helix-syntax mostly existed for the sake of the build task which checks and compiles the submodules. Since we won't be relying on that process anymore, it doesn't end up making much sense to have a very thin crate just for some functions that we could port to helix-core. The remaining build-related code is moved to helix-term which will be able to provide grammar builds through the --build-grammars CLI flag.
This commit is contained in:
parent
c1f90a127b
commit
eeb3f8e963
12 changed files with 72 additions and 141 deletions
|
@ -4,7 +4,6 @@ members = [
|
|||
"helix-view",
|
||||
"helix-term",
|
||||
"helix-tui",
|
||||
"helix-syntax",
|
||||
"helix-lsp",
|
||||
"helix-dap",
|
||||
"xtask",
|
||||
|
@ -14,10 +13,6 @@ default-members = [
|
|||
"helix-term"
|
||||
]
|
||||
|
||||
# Build helix-syntax in release mode to make the code path faster in development.
|
||||
# [profile.dev.package."helix-syntax"]
|
||||
# opt-level = 3
|
||||
|
||||
[profile.dev]
|
||||
split-debuginfo = "unpacked"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue