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
Michael Davis 4fc991fdec migrate grammar fetching/building code into helix-loader crate
This is a rather large refactor that moves most of the code for
loading, fetching, and building grammars into a new helix-loader
module. This works well with the [[grammars]] syntax for
languages.toml defined earlier: we only have to depend on the types
for GrammarConfiguration in helix-loader and can leave all the
[[language]] entries for helix-core.
2 years ago
..
src migrate grammar fetching/building code into helix-loader crate 2 years ago
.gitignore Initial import. 4 years ago
Cargo.toml migrate grammar fetching/building code into helix-loader crate 2 years ago
build.rs migrate grammar fetching/building code into helix-loader crate 2 years ago