Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unnecessary `unwrap` (#2599) | Hugo | 2022-05-29 |
| | | | | `strip_prefix` will itself check whether the string starts with the prefix, so the extra call to `starts_with` was unnecessary. | ||
* | fix typos (#2304) | chunghha | 2022-04-27 |
| | |||
* | 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. | ||
* | fix: Expand tilde first, then deal with relative paths | Blaž Hrastnik | 2021-11-19 |
| | | | | | | Otherwise the ~ gets treated as a relative path. Fixes #1107 | ||
* | Move path util functions from helix-term to helix-core (#650) | Kirawi | 2021-08-25 |