Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix context in error | Skyler Hawthorne | 2022-03-10 | |
| | ||||
* | 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. |