Commit Graph

4 Commits (7f5940be80eaa3aec7903903072b7108f41dd97b)

Author SHA1 Message Date
Kirawi c2a40d9d52
Add support for local language configuration (#1249)
* add local configuration

* move config loading to Application::new

* simplify find_root_impl
2 years ago
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
Michael Davis 8081e9f052 replace all submodule documentation with flags documentation 2 years ago
Gokul Soumya 4c424d5ee4
Refactor language config loading (#1658) 2 years ago