aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* remove mention of Wasm from `vision.md` (#7395)Kirawi2023-06-20
|
* misc doc fixes/improvements (#7282)Tshepang Mbambo2023-06-08
|
* Document how to run tests (#6268)Jonatan Pettersson2023-03-11
| | | Co-authored-by: Jonatan Pettersson <jonatan.pettersson@proton.me>
* Expand contributing docs (#5967)Mathieu Agopian2023-02-19
|
* Add Appstream metadata file (#5643)blt__2023-01-24
|
* Add note about log level for integration testsSkyler Hawthorne2022-10-19
|
* Document MSRV policy (#3913)Pascal Kuthe2022-09-23
|
* packaging: Point to homebrew-core instead of tap (#3513)Michael Davis2022-08-31
|
* Fix hyperlink at the bottom of CONTRIBUTING.md (#3392)Itay123TheKing2022-08-11
|
* add release checklist and changelog curation docs (#2598)Michael Davis2022-07-22
| | | | | * add release checklist and changelog curation docs * remove step for deleting '-dev' suffix from VERSION
* Fix some typos (#2978)A-Walrus2022-07-06
|
* update docs for integration testsSkyler Hawthorne2022-06-19
|
* Fix typo (#2264)Lucy2022-04-25
|
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-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-termMichael Davis2022-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 Poulin2022-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 supportGokul Soumya2021-12-08
|
* docs: Auto generate command listGokul Soumya2021-12-08
|
* Add a "vision" document, to help give people a sense of Helix's direction. ↵Nathan Vegdahl2021-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.mdBlaž Hrastnik2021-05-30
|
* Fix release packaging.Blaž Hrastnik2021-05-11