mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add the machinery to load syntax config from TOML.
It's embedded into the binary at build time for now, but it's progress.
This commit is contained in:
parent
a900159a86
commit
e3c4edae32
12 changed files with 86 additions and 55 deletions
|
@ -41,3 +41,6 @@ ignore = "0.4"
|
|||
dirs-next = "2.0"
|
||||
# markdown doc rendering
|
||||
pulldown-cmark = { version = "0.8", default-features = false }
|
||||
|
||||
# config
|
||||
toml = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue