Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove mention of Wasm from `vision.md` (#7395) | Kirawi | 2023-06-20 |
| | |||
* | misc doc fixes/improvements (#7282) | Tshepang Mbambo | 2023-06-08 |
| | |||
* | Document how to run tests (#6268) | Jonatan Pettersson | 2023-03-11 |
| | | | Co-authored-by: Jonatan Pettersson <jonatan.pettersson@proton.me> | ||
* | Expand contributing docs (#5967) | Mathieu Agopian | 2023-02-19 |
| | |||
* | Add Appstream metadata file (#5643) | blt__ | 2023-01-24 |
| | |||
* | Add note about log level for integration tests | Skyler Hawthorne | 2022-10-19 |
| | |||
* | Document MSRV policy (#3913) | Pascal Kuthe | 2022-09-23 |
| | |||
* | packaging: Point to homebrew-core instead of tap (#3513) | Michael Davis | 2022-08-31 |
| | |||
* | Fix hyperlink at the bottom of CONTRIBUTING.md (#3392) | Itay123TheKing | 2022-08-11 |
| | |||
* | add release checklist and changelog curation docs (#2598) | Michael Davis | 2022-07-22 |
| | | | | | * add release checklist and changelog curation docs * remove step for deleting '-dev' suffix from VERSION | ||
* | Fix some typos (#2978) | A-Walrus | 2022-07-06 |
| | |||
* | update docs for integration tests | Skyler Hawthorne | 2022-06-19 |
| | |||
* | Fix typo (#2264) | Lucy | 2022-04-25 |
| | |||
* | 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. | ||
* | migrate helix-syntax crate into helix-core and helix-term | Michael Davis | 2022-03-10 |
| | | | | | | | | | | | | helix-syntax mostly existed for the sake of the build task which checks and compiles the submodules. Since we won't be relying on that process anymore, it doesn't end up making much sense to have a very thin crate just for some functions that we could port to helix-core. The remaining build-related code is moved to helix-term which will be able to provide grammar builds through the --build-grammars CLI flag. | ||
* | Update architecture.md (#1750) | Daniel S Poulin | 2022-03-09 |
| | | | | | | | * Update architecture.md Adds some more details on how views work. * Add additional architecture discussion from matrix, written by @sudormrfbin | ||
* | Auto generate docs for language support | Gokul Soumya | 2021-12-08 |
| | |||
* | docs: Auto generate command list | Gokul Soumya | 2021-12-08 |
| | |||
* | Add a "vision" document, to help give people a sense of Helix's direction. ↵ | Nathan Vegdahl | 2021-09-01 |
| | | | | | | | | | | | (#657) * Add a "vision" document, to help give people a sense of Helix's direction. * Fix typo in vision document. * Fix spelling errors in vision document. Caught in PR review. Thanks! | ||
* | Update architecture.md | Blaž Hrastnik | 2021-05-30 |
| | |||
* | Fix release packaging. | Blaž Hrastnik | 2021-05-11 |