helix-mods/helix-term/src
Michael Davis eeb3f8e963 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.
2022-03-10 17:31:57 +09:00
..
commands Fix bug in LSP when creating a file in a folder that does not exist (#1775) 2022-03-09 00:21:19 +05:30
ui Allow highlighting additional spans in md renderer 2022-03-08 13:59:38 +09:00
application.rs Add --edit-config flag to directly open config.toml (#1771) 2022-03-10 00:04:12 +05:30
args.rs Add --edit-config flag to directly open config.toml (#1771) 2022-03-10 00:04:12 +05:30
commands.rs Change parameter object keybind from p to a (#1708) 2022-03-07 16:46:14 +09:00
compositor.rs Fix bug with auto replacing components in compositor (#1711) 2022-03-03 10:14:50 +09:00
config.rs Put some tests behind #[cfg(test)] (#1459) 2022-01-09 00:32:50 +09:00
grammars.rs migrate helix-syntax crate into helix-core and helix-term 2022-03-10 17:31:57 +09:00
health.rs Add --health command for troubleshooting (#1669) 2022-03-08 14:25:46 +09:00
job.rs Don't use block_on in jobs.finish(), we can .await 2022-02-05 15:05:19 +09:00
keymap.rs Add arrow key mappings for tree-sitter parent/child/sibling nav (#1724) 2022-03-08 14:02:03 +09:00
lib.rs migrate helix-syntax crate into helix-core and helix-term 2022-03-10 17:31:57 +09:00
main.rs Add --edit-config flag to directly open config.toml (#1771) 2022-03-10 00:04:12 +05:30