You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src
Michael Davis 08ee949dcb add 'use-grammars' to languages.toml
The vision with 'use-grammars' is to allow the long-requested feature
of being able to declare your own set of grammars that you would like.
A simple schema with only/except grammar names controls the list
of grammars that is fetched and built. It does not (yet) control which
grammars may be loaded at runtime if they already exist.
2 years ago
..
commands Fix bug in LSP when creating a file in a folder that does not exist (#1775) 2 years ago
ui Allow highlighting additional spans in md renderer 2 years ago
application.rs Add --edit-config flag to directly open config.toml (#1771) 2 years ago
args.rs add --fetch-grammars and --build-grammars CLI flags 2 years ago
commands.rs Change parameter object keybind from `p` to `a` (#1708) 2 years ago
compositor.rs Fix bug with auto replacing components in compositor (#1711) 2 years ago
config.rs Put some tests behind #[cfg(test)] (#1459) 3 years ago
grammars.rs add 'use-grammars' to languages.toml 2 years ago
health.rs Add --health command for troubleshooting (#1669) 2 years ago
job.rs Don't use block_on in jobs.finish(), we can .await 2 years ago
keymap.rs Add arrow key mappings for tree-sitter parent/child/sibling nav (#1724) 2 years ago
lib.rs migrate helix-syntax crate into helix-core and helix-term 2 years ago
main.rs implement build_grammars and fetch_grammars 2 years ago