Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/helix-editor/helix

A post-modern modal text editor.
https://github.com/helix-editor/helix

Recognize CUDA files as C++ (#6521)

577aded04a01801cbd61c7953a24b24d499a7e83 authored almost 2 years ago by Jack Wolfard <[email protected]>
Update Varua theme for inlay hints (#6589)

2f4b9a47f36c04eae7c2a67445150337065aaeff authored almost 2 years ago by Bertrand Bousquet <[email protected]>
Update inlay-hint color for mellow & rasmus themes (#6583)

480784d2cf56dbb86a194f42c6ae50a88f0f6ffb authored almost 2 years ago by Rohit K Viswanath <[email protected]>
Update base16_transparent and dark_high_contrast themes (#6577)

* Update inlay-hint and wrap for base16_transparent
* Update inlay-hint and wrap for dark_high_...

dbafe756fa592bd684d5024bd993927159527251 authored almost 2 years ago by Slug <[email protected]>
build(deps): bump futures-util from 0.3.27 to 0.3.28 (#6575)

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.27 to 0.3.28.
- [Release...

2bdb58fba46f8fedc238a431ba65b1dd668d7367 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump futures-executor from 0.3.27 to 0.3.28 (#6576)

Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.27 to 0.3.28.
- [Rel...

9d883873054f9fd4f9289dd80f06d66898524fa6 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
minor: R lang config update --slave to --no-echo (#6570)

789833c9953f1639ff4c580de326d3bb7b9210f9 authored almost 2 years ago by Rowan Shi <[email protected]>
Update colors for inlay hints for emacs theme (#6569)

43072f78760777978da5c7a6426c66c20d7c4568 authored almost 2 years ago by Yevgnen <[email protected]>
Update Varua theme for soft wrap (#6568)

d0c9f38b6836e6337a1a5c7c4c55c612b1e45e90 authored almost 2 years ago by Bertrand Bousquet <[email protected]>
Fix line number display for LSP goto pickers (#6559)

Line numbers are 0-indexed in the LSP spec but 1-indexed for display
and jumping purposes in He...

dd6e0cce3bcc6a4e57c5869f6a5ba36c101a17b3 authored almost 2 years ago by Dmitry Ulyanov <[email protected]>
Update OneDark theme to use light-gray for inlay hints. (#6503)

Co-authored-by: Jack Allison <[email protected]>

1fcfef12be3d9041092111523e6c9cb13d2f519c authored almost 2 years ago by Jack Allison <[email protected]>
dracula theme: style inlay hints as comments (#6515)

d63c717b82c690c6ecd3a9fae687b849eb533e91 authored almost 2 years ago by Sebastian Zivota <[email protected]>
Let..else refactor (#6562)

9420ba7484b14d10d24edf7236852cc18d985dfb authored almost 2 years ago by Casper Rogild Storm <[email protected]>
robustly handle invalid LSP ranges (#6512)

1073dd632932d0c9131f6413a5ced69ee7096e60 authored almost 2 years ago by Pascal Kuthe <[email protected]>
normalize LSP workspaces (#6517)

bfe8d267fec4964c6981ae38d9e4f46cdebb61b7 authored almost 2 years ago by Pascal Kuthe <[email protected]>
Remove the rust-toolchain.toml file before building the release

The 'dtolnay/rust-toolchain' action ignores the rust-toolchain.toml
file, but the installed 'car...

6bfc3097412e54563f7bd6a6ff5fce5b4d9577e1 authored almost 2 years ago by Michael Davis <[email protected]>
Enable aarch64-macos releases

fc5e515b306ed71369b7cd0f5420afeaef23b7c5 authored almost 2 years ago by Michael Davis <[email protected]>
Recursive create the pkgname directory when creating a release tarball

This step without the '-p' works fine for regular releases but it can
fail if the CI is running ...

38b9bdf871d406df8e9a3f1ed8c34dae992c184e authored almost 2 years ago by Michael Davis <[email protected]>
build(nix): update flake dependencies, remove deprecated code from flake

c3c87741d95c893980e70719dfb5f620bb6fde3e authored almost 2 years ago by Yusuf Bera Ertan <[email protected]>
changelog: Add remaining notes for 23.03 (#6498)

* changelog: Add remaining notes for 23.03

* changelog: Convert PR/commit names to links

*...

406c5c38a1bb0475579c7d4cd1fd7a90f09d543c authored almost 2 years ago by Michael Davis <[email protected]>
Fix AppImage build problems

3cf037237f1d080fdcb7990250955701389ae072 authored almost 2 years ago by Blaž Hrastnik <[email protected]>
Disable aarch64-macos build for now (build issues)

e59cb19892c7b3987d9e27ae8505a5a42bc4e07d authored almost 2 years ago by Blaž Hrastnik <[email protected]>
Add changelog notes for the 23.03 release (#6455)

* changelog: Checkpoint 2023-01-10

commit: 927fa112ec049e5f40309ffdd57c314897e18bbc

* chan...

ec55b4d5afcfc827a933697baaf19f44984cc72b authored almost 2 years ago by Michael Davis <[email protected]>
add option to enable/disable lsp snippets

9fe3adcff9866ef18953a067fbc0b84e7eb968b5 authored almost 2 years ago by Pascal Kuthe <[email protected]>
Prefer utf-8 over utf-32

Utf-8 support has been around for a while as an unstable feature but
utf-32 is fairly new. A bun...

a48d1a4abc0d23d6bc3cfda714d87b9fa4484da8 authored almost 2 years ago by Pascal Kuthe <[email protected]>
Hide signature help if it overlays completion menu (#5523)

7a69c40524833f93c3df32ba457a1a658472bb4b authored almost 2 years ago by Pascal Kuthe <[email protected]>
Correctly reload theme on :config-reload

The current implementation didn't reload the theme if no no theme was
explicitly configured (so ...

ab819d80f1391667f8ff6b149fa4fbe977f4607a authored almost 2 years ago by Pascal Kuthe <[email protected]>
Performant and correct set_spans_truncated

the previous implementation used set_string_truncated. This is not only
awkward with this kind o...

67783ddfd4fc7f06bd6addaa6d65d49759934ace authored almost 2 years ago by Pascal Kuthe <[email protected]>
Truncate paths in the file picker (#6410)

e72be529968071abcd5fce1d9a06e8e2e2bbaacf authored almost 2 years ago by mWalrus <[email protected]>
update dependencies

a863fd89e149ae698f1c7d1d493cc4197abd430a authored almost 2 years ago by Pascal Kuthe <[email protected]>
Update tree-sitter-git-commit (#6493)

The last update introduced a bug with comments where a comment would
be recognized as a message...

565445be6058fc07dd7397a4e32db0c3bf9ba545 authored almost 2 years ago by Michael Davis <[email protected]>
Add indents.scm for Julia (#6490)

* Add indents.scm for Julia

* Update documentation for new indent support

d284444eb402d76090ef0743d21fa51b9eee058d authored almost 2 years ago by Clara Hobbs <[email protected]>
Add injection for markdown strings (#6489)

fc9229c8468d408c427281c093b703bbf1db352f authored almost 2 years ago by Clara Hobbs <[email protected]>
Canonicalize paths before stripping current dir as prefix (#6290)

Co-authored-by: jazzfool <[email protected]>

d04288e0f3d292ce47fc0246bcbdc50a9d57ad5e authored almost 2 years ago by jazzfool <[email protected]>
add workspace config and manual LSP root management

fixup documentation

Co-authored-by: LeoniePhiline <[email protected]....

2d10a429ebf7abe5af184b6227346377dc0523e8 authored almost 2 years ago by Pascal Kuthe <[email protected]>
implement proper lsp-workspace support

fix typo

Co-authored-by: LeoniePhiline <[email protected]>

5b3dd6a678ba138ea21d7d5dd8d3c8a53c7a6d3b authored almost 2 years ago by Pascal Kuthe <[email protected]>
feat(debug): highlight current line (#5957)

Add new theme highlight keys, for setting the colour of the breakpoint
character and the curren...

d59b80514e15d26f280a9b0dbd18afac08578638 authored almost 2 years ago by Filip Dutescu <[email protected]>
tui: Handle keyboard enhancement check failure (#6438)

If the terminal doesn't send the primary device attributes response to
the query, the `terminal...

bbcdcd04a5f6c02c14d73d6bd0f53099b1fcb765 authored almost 2 years ago by Michael Davis <[email protected]>
Update catppuccin theme (#6464)

6a323c0b1b8fd2491dcbca38b5a1f62bf9581da4 authored almost 2 years ago by Ivan <[email protected]>
build(deps): bump thiserror from 1.0.39 to 1.0.40 (#6463)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.40.
- [Release notes...

cefc9986d8de3c6d626f18d5d58b1530b8dff30f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump tokio from 1.26.0 to 1.27.0 (#6461)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0.
- [Release notes](https...

67b7b5b10912da7aca105cd13221191f68574b48 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump anyhow from 1.0.69 to 1.0.70 (#6462)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.69 to 1.0.70.
- [Release notes](http...

03087882f37bac4d0a9e6d73a6e9faf1be08fbe0 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump toml from 0.7.2 to 0.7.3 (#6459)

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.2 to 0.7.3.
- [Release notes](https://gi...

038d7727cec0f5a414f409bb4971b4afeb6a6718 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump chrono from 0.4.23 to 0.4.24 (#6460)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to 0.4.24.
- [Release notes](h...

fadccd64c04ca87915e03122747969e2a3257db1 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump regex from 1.7.1 to 1.7.3 (#6458)

Bumps [regex](https://github.com/rust-lang/regex) from 1.7.1 to 1.7.3.
- [Release notes](https:...

fc22ed4ac566a4c9d2b058ad56ea87773bd46915 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix clippy lints (#6454)

198ff2c3f9c56afe4649cc0ecbb09ded5fd4a7c7 authored almost 2 years ago by Philipp Mildenberger <[email protected]>
Add .arb as a supported extension with json highlighting (#6452)

5323020c3f02b178f2b6807f13d89bf7f40d3cce authored almost 2 years ago by Philip Giuliani <[email protected]>
Update tree-sitter-git-commit, add comment textobject (#6439)

The update includes a fix for comments in commit messages where there
was no space separating t...

d7431db55cd076dbacfde2cebaed315509923df5 authored almost 2 years ago by Michael Davis <[email protected]>
allow scrolling past virtual text line

Virtual text lines (either caused by softwrapped inlay hints that take
multiple or line annotati...

d6c8e0c946d768abdb2d688cb7cd67683ac51240 authored almost 2 years ago by Pascal Kuthe <[email protected]>
remove incorrect assert

This assert was added during early development of #5420 and makes no
sense with the current code...

0ab96cc2576cf8d78d54bcc42e0e7f5285321030 authored almost 2 years ago by Pascal Kuthe <[email protected]>
make scrolloff calculation consistent

While scrolling (with the `scroll`) command scrolloff was calculated
slightly differently than i...

15e751b9a291b8732468235af95142bfbd0c9be2 authored almost 2 years ago by Pascal Kuthe <[email protected]>
use partition_point instead of binary_search_by

Using `partition_point` ensures we always find the first entry.
With binary search it is "random...

7cf448eb5bfd604e1342a1d0f5685e3231f6c1a9 authored almost 2 years ago by Pascal Kuthe <[email protected]>
do not ignore mouse scrolling when on top of virtual text

9fac574178bb6b66675ffc72819a79dee25112df authored almost 2 years ago by Pascal Kuthe <[email protected]>
respect line annotations in char_idx_at_visual_row_offset

char_idx_at_visual_row_offset asssumed that a single line/block break
always corresponded to a v...

2af14a24abbd8de510f69e6569c18601533dc912 authored almost 2 years ago by Pascal Kuthe <[email protected]>
fix view anchors not at start of a visual line

The top of a view is marked by a char idx anchor. That char idx is
usually the first character o...

72b93116784ec944f49c7f6a335b0aa663f1430e authored almost 2 years ago by Pascal Kuthe <[email protected]>
Initial Nim language support (#6123)

c8fde8b6f99b07faca7e6f93162d887ee132e0f6 authored almost 2 years ago by JJ <[email protected]>
Add language support for rego (OpenPolicyAgent) (#6415)

5d7c90c5cfd6887fc0a43ee695d91f0166955a64 authored almost 2 years ago by Juan C. Müller <[email protected]>
log failures in the git integration (#6441)

abef92a9b341209aeae8802d30fc8c1f971a43df authored almost 2 years ago by Pascal Kuthe <[email protected]>
Add vhdl language support (#5826)

Simple highlight query file with keywords and builtin types
matching. Many VHDL types however a...

685ae2365a89346ef276dceb52c3cae40260d1fd authored almost 2 years ago by Tom Burdick <[email protected]>
Add theme keys for (un)checked markup list items (#6434)

851ac6cdd3c5a865d43968ea81d98b5b7c859728 authored almost 2 years ago by Erasin Wang <[email protected]>
feat(languages): highlight .svg as xml (#6431)

Add "svg" as a file type for xml.

Fixes: https://github.com/helix-editor/helix/issues/6337

2f64c768dff1e6b3784d88a5604bd2f1b96b2b3e authored almost 2 years ago by Matouš Dzivjak <[email protected]>
Recognize .cts and .mts file type as TypeScript (#6424)

TypeScript can use three type of file extensions:
- .ts for regular TypeScript
- .cts for...

9a651188998bbc1584519ebf658cb5c2c31f4b21 authored almost 2 years ago by Alexis-Lapierre <[email protected]>
Fix spelling of diagnostics (#6418)

6acd2000284095ac6ec06aaa5c34d843a833800a authored almost 2 years ago by Juan C. Müller <[email protected]>
dracula theme: style wrap indicator like whitespace (#6414)

e399bbc379fd40a7310f12173727f7b0fe1217b5 authored almost 2 years ago by Sebastian Zivota <[email protected]>
Add xib and storyboard file types (#6407)

2904a10fb1232e907f843f6195c0a13f3d917170 authored almost 2 years ago by Aleksey Kuznetsov <[email protected]>
fix single-char variable names

617f09adc4544a653b482139c8fef33c67fbfad5 authored almost 2 years ago by Pascal Kuthe <[email protected]>
do not fail snippet parsing when control chars are not explicitly escaped

cabb746b7db0b4dc69997570d34a2133a43f59ab authored almost 2 years ago by Pascal Kuthe <[email protected]>
accept bracket snippet variables without default

85c9dbf6036978a3f021f0e29de47116360dea34 authored almost 2 years ago by Pascal Kuthe <[email protected]>
detailed snippet tests

f9a25a7e0928e1a2f98108cad0f2bea99bedad59 authored almost 2 years ago by Pascal Kuthe <[email protected]>
accept empty snippet regex replace elements

47420db516ced2630e3b9c68b430e5f769947878 authored almost 2 years ago by Pascal Kuthe <[email protected]>
build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387)

* build(deps): bump bitflags from 1.3.2 to 2.0.2

Bumps [bitflags](https://github.com/bitflags...

52ced7e85f4ed18f5467f4fc1799ac84e489f292 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Show diagnostic codes for LSP diagnostics (#6378)

Co-authored-by: Michael Davis <[email protected]>

05ee673197c5f882aec0e894cc45e574bb2e46fe authored almost 2 years ago by Francesc Elies <[email protected]>
Add `switch_statement` to ecma indents (#6369)

346ddd473512ed6e9a81e1fa9d42717a37afcf76 authored almost 2 years ago by Thor Adam <[email protected]>
Add initial Smithy support (#6370)

0e0c16e6fa2610c02a4fa6a3f9f90ba5e32133bb authored almost 2 years ago by zetashift <[email protected]>
fleet-dark improvements (#6375)

Co-authored-by: krfl <[email protected]>

b0ceac608ebc117399af89b81fbd0837d370161d authored almost 2 years ago by Kristoffer Flottorp <[email protected]>
build(deps): bump serde from 1.0.152 to 1.0.158 (#6386)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.158.
- [Release notes](htt...

6d5fa2045a36d1169628be62f7a9d5abafb9b8aa authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump futures-executor from 0.3.26 to 0.3.27 (#6388)

Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27.
- [Rel...

68cfc1d6aef556426281fa9b9a0244200af661af authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump indoc from 1.0.9 to 2.0.1 (#6385)

Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.9 to 2.0.1.
- [Release notes](https://...

2f4eac28e52ed3222056b5c048b16abb79790d95 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Run shell commands asynchronously (#6373)

28632c6ceeeb68158d348964b85467c291f0f2fe authored almost 2 years ago by sarah <[email protected]>
theme(rose-pine): add inlay hints (#6384)

* add `ui.virtual.inlay-hint`

* normalise line endings

9eb11214b1a741cd47faeb433c743bf537a10853 authored almost 2 years ago by not <[email protected]>
Add instructions for installing via AppImage (#6368)

3da63fa481711f1b3132eb162e089dcc972e931a authored almost 2 years ago by Gautam Panchal <[email protected]>
make TestCase::From more generic

5b07ce76fcf1fc3279860f079b32213689f9eb4e authored almost 2 years ago by Skyler Hawthorne <[email protected]>
print doc state during tests

1db252913b427c806f89972edf1df6c80bc37fe6 authored almost 2 years ago by Skyler Hawthorne <[email protected]>
factor write command tests to own module

8c5ec95ac0a8535060b9e0545e4c46f57aeccbfd authored almost 2 years ago by Skyler Hawthorne <[email protected]>
Allow explicit newlines in test DSL

The current test DSL currently has no way to express being at the end of
a line, save for puttin...

58ea1930544df165a4a1342932e4dd8cb93e14ea authored almost 2 years ago by Skyler Hawthorne <[email protected]>
refactor test editor config

a264faa98d348a13318f9ccbb0d979882a112654 authored almost 2 years ago by Skyler Hawthorne <[email protected]>
fix test::plain

test::plain uses char indices when it should use byte indices

d3b051d28ea62c313fc72583d04f2a897e8d6f40 authored almost 2 years ago by Skyler Hawthorne <[email protected]>
migrate test_with_config to use AppBuilder

4bdeb9927b5aa0fb71484faae8f3aa9c5ce67381 authored almost 2 years ago by Skyler Hawthorne <[email protected]>
Disable auto-pairing ' by default in OCaml (#6381)

Since OCaml uses 'a syntax for type variables, the editor shouldn't insert a
second ', for the ...

78613ac0f2d54a8c9474430ca1ee994a6d55a37b authored almost 2 years ago by pithlessly <[email protected]>
Update nord with inlay-hints (#6376)

05e7862e8fc34e2e4dd745f9dc95c1b1ab0dc20f authored almost 2 years ago by varon <[email protected]>
Document `ui.highlight` theme key (#6372)

This scope was added via https://github.com/helix-editor/helix/commit/bf5b9a9f354135933d7970863c...

203cf1a9197a014be664497effcc10f2e61655a0 authored almost 2 years ago by Aaron Bull Schaefer <[email protected]>
Fix highlighting in picker with multiple columns (#6333)

770496511c67cf276f0b0a292e7a82fbd1b5f778 authored almost 2 years ago by exp80 <[email protected]>
Add language support for Cap’n Proto format (#6325)

ac2a7731a6d04b8b913f49531058c7e2a843efd5 authored almost 2 years ago by angelodlfrtr <[email protected]>
Update tokyo-night with inlay-hints (#6349)

9f5374bf47624d59e7bbcaa9382dbe06022acef7 authored almost 2 years ago by Sora <[email protected]>
theme: update adwaita-dark for bufferline (#6342)

The adwaita-dark theme has no distinction between active and inactive
buffers on a bufferline. ...

bd473928ae049dfe956f8966bfde19859c148e81 authored almost 2 years ago by Yutaro Ohno <[email protected]>
Update Serika themes for inlay-hints (#6344)

a07655d55b677e977be55142f094b15c827bfbf5 authored almost 2 years ago by VuiMuich <[email protected]>
Update queries for makefile (#6339)

- update variable and ref as paramter
- add target as constant
- add inject for shell_text

b20cf15eef6d31f81d853d86759a68e2b9e54da8 authored almost 2 years ago by Erasin Wang <[email protected]>
Update ayu theme for inlay-hint (#6329)

Based on vscode ayu badge.

21a3fb8f29990a847adba369b0c3aaf3b592f456 authored almost 2 years ago by Ivan Tham <[email protected]>
always parse the entire snippet

Previously any remaining text of the snippet that could not be parsed
was ignored. This commit a...

bbf480007d87631ef7b7f93cef170ec1af961406 authored almost 2 years ago by Pascal Kuthe <[email protected]>
revamped snippet text element parsing

Snippet text elements can contain escape sequences
that must be treated properly. Furthermore sn...

90348b889f397f2753473764c2d7a02986beddeb authored almost 2 years ago by Pascal Kuthe <[email protected]>