1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-09 10:26:06 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
Skyler Hawthorne 6cffc7f05d Add note about log level for integration tests 2022-10-18 22:31:39 -04:00
Pascal Kuthe 4133f1f424
Document MSRV policy (#3913) 2022-09-23 15:58:00 +09:00
Michael Davis e441b1c472
packaging: Point to homebrew-core instead of tap (#3513) 2022-08-31 17:45:38 +09:00
Itay123TheKing 80dde577b0
Fix hyperlink at the bottom of CONTRIBUTING.md (#3392) 2022-08-11 08:57:17 -05:00
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
2022-07-22 10:31:40 +09:00
A-Walrus 1378b911b6
Fix some typos (#2978) 2022-07-05 21:49:54 -05:00
Skyler Hawthorne 65bf6836b7 update docs for integration tests 2022-06-19 00:00:31 -04:00
Lucy b65fb0f64a
Fix typo (#2264) 2022-04-25 07:26:02 -05:00
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.
2022-03-10 17:31:57 +09:00
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.
2022-03-10 17:31:57 +09:00
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
2022-03-09 11:19:03 +09:00
Gokul Soumya a78b789406 Auto generate docs for language support 2021-12-08 10:23:50 +09:00
Gokul Soumya 71292f9f11 docs: Auto generate command list 2021-12-08 10:23:50 +09:00
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!
2021-09-02 00:18:56 +09:00
Blaž Hrastnik 6460501a44 Update architecture.md 2021-05-30 17:52:46 +09:00
Blaž Hrastnik e1dc1d2d48 Fix release packaging. 2021-05-11 19:46:58 +09:00