Commit Graph

21 Commits (main)

Author SHA1 Message Date
Kirawi b0cdc2d6e1
remove mention of Wasm from `vision.md` (#7395) 11 months ago
Tshepang Mbambo 27891cdc8d
misc doc fixes/improvements (#7282) 11 months ago
Jonatan Pettersson f435f3b2e9
Document how to run tests (#6268)
Co-authored-by: Jonatan Pettersson <jonatan.pettersson@proton.me>
1 year ago
Mathieu Agopian 31b0c75832
Expand contributing docs (#5967) 1 year ago
blt__ 91dca3f667
Add Appstream metadata file (#5643) 1 year ago
Skyler Hawthorne 6cffc7f05d Add note about log level for integration tests 2 years ago
Pascal Kuthe 4133f1f424
Document MSRV policy (#3913) 2 years ago
Michael Davis e441b1c472
packaging: Point to homebrew-core instead of tap (#3513) 2 years ago
Itay123TheKing 80dde577b0
Fix hyperlink at the bottom of CONTRIBUTING.md (#3392) 2 years ago
Michael Davis 19e51c8264
add release checklist and changelog curation docs (#2598)
* add release checklist and changelog curation docs

* remove step for deleting '-dev' suffix from VERSION
2 years ago
A-Walrus 1378b911b6
Fix some typos (#2978) 2 years ago
Skyler Hawthorne 65bf6836b7 update docs for integration tests 2 years ago
Lucy b65fb0f64a
Fix typo (#2264) 2 years ago
Michael Davis 4fc991fdec migrate grammar fetching/building code into helix-loader crate
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.
2 years ago
Michael Davis eeb3f8e963 migrate helix-syntax crate into helix-core and helix-term
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.
2 years ago
Daniel S Poulin 3f603b27f1
Update architecture.md (#1750)
* Update architecture.md

Adds some more details on how views work.

* Add additional architecture discussion from matrix, written by @sudormrfbin
2 years ago
Gokul Soumya a78b789406 Auto generate docs for language support 2 years ago
Gokul Soumya 71292f9f11 docs: Auto generate command list 2 years ago
Nathan Vegdahl 31f1455c71
Add a "vision" document, to help give people a sense of Helix's direction. (#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!
3 years ago
Blaž Hrastnik 6460501a44 Update architecture.md 3 years ago
Blaž Hrastnik e1dc1d2d48 Fix release packaging. 3 years ago