Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for local language configuration (#1249) | Kirawi | 2022-04-18 |
| | | | | | | | * add local configuration * move config loading to Application::new * simplify find_root_impl | ||
* | migrate grammar fetching/building code into helix-loader crate | Michael Davis | 2022-03-10 |
| | | | | | | | | | 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. | ||
* | replace all submodule documentation with flags documentation | Michael Davis | 2022-03-10 |
| | |||
* | Refactor language config loading (#1658) | Gokul Soumya | 2022-02-14 |