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.
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 --fetch-grammars and --build-grammars CLI flags 2022-03-10 17:31:57 +09:00
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
grammars.rs add 'use-grammars' to languages.toml 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
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 implement build_grammars and fetch_grammars 2022-03-10 17:31:57 +09:00