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

fix: typo in tutor about searching compared to vim (#3625)

04e1cbe33f5197719f1b6da09e74e81014403145 authored over 2 years ago
Make mode editor-wide rather than per-document

5c2b77b41fadd0e65e02455d36d8509f622bc520 authored over 2 years ago
Update deps

10d9355b340f65ba534c66772e9d930188ed0a1b authored over 2 years ago
fix: prevents storing last prompt if is top of stack (#3609)

1cbf5525540531f26cd6bd765de93b20d96078f5 authored over 2 years ago
Bump VERSION to 22.08

ee94031fc48ca0a4437c543221266a38e8e1ff87 authored over 2 years ago
Add changelog entries for 22.08

22c5f2474deae6fc52f257ee313b95861a83366c authored over 2 years ago
Fix Prompt::handle_event compilation

7c34f20dcadfa79d628da1e3fff0d1b999fa3435 authored over 2 years ago
fix: Recalculate completion when going through prompt history (#3193)

* fix: Recalculate completion when going through prompt history

* Update completion when the ...

4c9f144dace484ca99cc84053493ed7b5f6946ac authored over 2 years ago
Show clipboard info in --health output (#2947)

* Show clipboard info in --health output

* health: Separate 'languages' category from 'all'
...

e3e71fa36be14659f0eabe1d4c80ef7e68135a6a authored over 2 years ago
Share the restore_term code between panic and normal exits (#3612)

It was starting to diverge as the normal exit code was restoring the prompt but the panic code
...

5c3f43a7f0c5392242424912bde992d9305c0c8e authored over 2 years ago
Avoid command execution hooks on closed docs (#3613)

Fixes a panic with a config like:

[keys.normal.space]
x = [":buffer-close"]

by ba...

93c6a337c4f139ce620257fef79f66cf48516d5c authored over 2 years ago
Refactor goto_ts_object_impl as a motion (#3264)

This refactor changes the overall structure of the goto_ts_object_impl
command without removing...

83f177d2701b0ec58abcb47c2a1ee133e72342e4 authored over 2 years ago
Discard LSP publishDiagnostic when LS is not initialized (#3403)

This is invalid according to the [LSP spec]:

> In addition the server is not allowed to send ...

7547a961bb29b7619cf683a241781041aa208c37 authored over 2 years ago
erlang: Use Edoc style auto-pairs

Specifically this changes backtic's right-hand-side pair character
to single-quote which is the ...

acf35997233657cd9e990d875d5ce2c884b9f72e authored over 2 years ago
Fix missing C highlights

* "const" keyword
* booleans
* <=/>= operators

00d88e540e66b6371428c8c3b7e906ba2cac02e1 authored over 2 years ago
erlang: Fix highlighting of empty records

For example

-record(state, {})

Would not highlight `state` as a type since the alternation...

ac669ade0587e717c071386f665d05f61d646a61 authored over 2 years ago
Update tree-sitter-rust to latest

There don't appear to be any regressions from the updates.
Also included is a fix which highligh...

03f0ef93ac6da58963b32034fd4681e428867d2a authored over 2 years ago
Reword the feature_request issue template as enhancement (#3481)

d7d9ca37e51df484bfdf118295a52f27b465b362 authored over 2 years ago
packaging: Point to homebrew-core instead of tap (#3513)

e441b1c472ccf91637426d7f33713858818210b2 authored over 2 years ago
Add query-check xtask

4e4c6da3bfdea0e50e460298eedf41d835f2a551 authored over 2 years ago
tree-sitter: Prevent panic on loading queries

fa1dc7e5086e598eb04a34407d8c09e5605b3760 authored over 2 years ago
Delete invalid indents.scm queries

73d5bd739ebb6e6831e66a28f4d9e860f769c83c authored over 2 years ago
tree-sitter: Refactor lazy query loading

The code for loading queries can be shared between indent and
textobjects queries. In both cases...

4c789cfbda5cd0e6a6319fd3dafff8020529b762 authored over 2 years ago
fix: Don't translate mouse up events as down

12ddd03d3b9f6be61008c6a57f3dda1ef1eee131 authored over 2 years ago
jumplist: Add documents to view history (#3593)

This change adds documents to the view's document history Vec.
(This is used by `ga` for exampl...

701cea54d280786d5762396c5d2655cba5b508b4 authored over 2 years ago
Move mode transition logic to handle_keymap_event() (#2634)

Co-authored-by: Blaž Hrastnik <[email protected]>

Co-authored-by: Blaž Hrastnik <[email protected]>

404db2ebee477a9bfdb76e89ebf48adac9c1a57c authored over 2 years ago
Fix extra selection with regex anchors (^,$) (#3598)

Also added a bunch of tests to ensure correct behaviour

78189dd9c1aecd1760cc1baf6e2e81d8abbca48c authored over 2 years ago
Use the original document and view for mode transition hooks (#3508)

When changing focus, the lookup with `current!` may change the
view and end up executing mode t...

9e24f2aa81f6bbb1fecbf6c7a14a56742389444f authored over 2 years ago
Themes update (#3587)

* lint: snazzy

* lint: pop-dark

* lint: penumbra+

* lint: noctis_bordo

* lint: ingri...

16525349dbb2b72064e1cfb5cc3164dc236fd367 authored over 2 years ago
build(deps): bump iana-time-zone from 0.1.44 to 0.1.47 (#3611)

Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.44 to 0.1.47.
- [Re...

86b80e6ce652db0e0150414f70cb09f5106e516c authored over 2 years ago
Fix fleetish theme (#3607)

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

1de17a2530e037730e20a957a2fc0874b6b27b35 authored over 2 years ago
fix: Recalculate completion after pasting into prompt

e77b7d147cd03c4e7d7835993317150428b083ca authored over 2 years ago
completion: remove_follow links on filename_impl

We don't need to follow links since we're only scanning the current
directory level (non-recursi...

8a4fbf6daf980b08de83e936c4a2b4bf8beaa2d4 authored over 2 years ago
Fix process spawning error handling (#3349)

* Fix process spawning error handling

* Log stderr in any case

d2cec25395e01ded0977c1314e377cb24186c6c5 authored over 2 years ago
Derive Document language name from languages.toml name key (#3338)

* Derive Document language name from `languages.toml` `name` key

This changes switches from d...

5f043dde56c20e694078ceb46aac5f053327196c authored over 2 years ago
Allow less than and greater than in macros (#3556)

* Allow less than and greater than in macros

* Fix failing test

ae81fbdbf6e44cc6b2aa35876afab65055e40df5 authored over 2 years ago
build(deps): bump futures-executor from 0.3.23 to 0.3.24 (#3602)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

841766ef828870651ac980860a317369bd110cd9 authored over 2 years ago
build(deps): bump futures-util from 0.3.23 to 0.3.24 (#3603)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

50d5463f90d21423767125946a321977be7f9306 authored over 2 years ago
build(deps): bump lsp-types from 0.93.0 to 0.93.1 (#3601)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

ca4b6eab741f0e535c43427582c595c234977e7a authored over 2 years ago
Sonokai (#3595)

Co-authored-by: Roman Chumak <[email protected]>

ab67788e76c1d2dfd06d571b212dd138b2d29bad authored over 2 years ago
let extend-line respect range direction (#3046)

* let extend-line respect range direction

* fix extend above logic

* keep `x` existing bin...

411c5e48713d055be9e2031e66bf954c819bea43 authored over 2 years ago
Add bracketed paste (#3233)

f38ede8631b083c1c74d31b7658ad162d31c3972 authored over 2 years ago
Add wezterm to get_terminal_provider (#3588)

https://github.com/wez/wezterm is a terminal emulator with its own built-in multiplexer

51b62230da81913564692482d8f365e27d6f6cec authored over 2 years ago
Add fleetish theme. Based on the unreleased JetBrains Fleet editor (#3591)

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

eeb0a9f504c689a0be6f0dc09035567e3aa753ad authored over 2 years ago
update colors for papercolor-light (#3585)

* theme: add papercolor light

* fix typo

* add markup highlighting

* theme: added diff ...

abb9f139c51ddcd11b7bac366addd337629c8ffd authored over 2 years ago
Fix rust text objects (#3590)

db18206795ba6ccb0400e15c05c0f61f755d265e authored over 2 years ago
Add c-sharp textobjects (#3494)

Co-authored-by: Gustavo Bogarín <[email protected]>
Co-authored-by: Gustavo Bogarín <gbogari...

e06678278267a76a1d9e29b36d4734bcb39eabec authored over 2 years ago
Pascal support (#3542)

86a8ea57bb3cb651cf9bee3fd1ae37f7e134c526 authored over 2 years ago
Fixed Doom acario theme (#3533) (#3539)

Changed the `namespace` style to fix the issue (#3533).

I also made the theme look a little c...

f0fb3407d2bac6523f0f293d18642393ba3c2a7c authored over 2 years ago
Update tree-sitter-ruby (#3527)

28c5e2170e387dab48f74f5667c3039aa4eb2739 authored over 2 years ago
AWK Regex injection (#3535)

0a22148559d6db831aba0241c1f92cef80201e8a authored over 2 years ago
AWK support (#3528)

45add73fb1d2c4f2b0c544117c2d83b7081a2a4a authored over 2 years ago
Julia queries: fix non-consecutive docstring highlight

facde9f18c03dd8061199215af5a010903daaedb authored over 2 years ago
Julia queries: limit markdown highlighting to docstrings

5806db1e5cd52897bf0cda4421629eec207a621c authored over 2 years ago
Julia queries: update grammar, fix breaking changes

77f11bf272b1e7286f1ad77cba29ede7393665c3 authored over 2 years ago
Julia queries: major refactoring of `highlights.scm`, add regex injections, locals

f5c00b9bc9bb92238893e0a82c7d678d891aa624 authored over 2 years ago
Julia queries: prevent constructors to be highlighted as functions

Also improves the captures of the remaining identifiers.

26b2f0a1b5a1bb6cd83f16f6019d903312999bb9 authored over 2 years ago
feat(lang): Add esdl grammar (#3526)

2b16fd43f901753fcedd87b9687ce535c4108203 authored over 2 years ago
Improve dart indent (#3419)

ccae718a67f39542281125610764b733d90b26f8 authored over 2 years ago
add syntax highlights for xit (#3521)

6b912b864195e0781b186e50b91050ed5c9b0e3d authored over 2 years ago
Fix markdown indented code block rendering (#3503)

99b1e8ad89aa73b60b43a66a723c52f4b13b97ae authored over 2 years ago
fix: Reset document mode when losing focus

Fixes #3090

e4c9d4082a139aac3aea4506918171b96e81f5b9 authored over 2 years ago
Editor: remove duplication for view focus/swap commands

7b8e4ac95a83513b315af29591ae957ae861605c authored over 2 years ago
Reduce health tick width

Use the same tick as book to reduce margin of whitespace errors.

dd2b9e55a20be4db7b7c5ed72f9760b0ad4d719c authored over 2 years ago
build(deps): bump once_cell from 1.13.0 to 1.13.1 (#3511)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

f32f451b98daa0af997fa1ebd3926403cd59870d authored over 2 years ago
build(deps): bump serde_json from 1.0.83 to 1.0.85 (#3510)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

25f5e8c5d1c79e63fa98c894c06f6ed968a0438e authored over 2 years ago
build(deps): bump serde from 1.0.142 to 1.0.144 (#3512)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

650cf76d44b79dcc97900aeb008fa740e6fbd53c authored over 2 years ago
build(deps): bump anyhow from 1.0.61 to 1.0.62 (#3509)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

f6a1078684e0b2b13ce6ec7c4121e903a0d95c9b authored over 2 years ago
Update to crossterm-0.25 (#3390)

18909aafe21ed32f11dcdf646423b43b1a951010 authored over 2 years ago
One more windows fix...

d993c6349b4fdeca80c270af237b39f40a7f3d9a authored over 2 years ago
Fix compilation on windows

e863f6fe2797b0b4e3cbd255789da373d6e5a5fc authored over 2 years ago
Make external terminal provider configurable

Fixes #1699

cb7615e0ed119f292eabdce784e4635247ed1eb1 authored over 2 years ago
Update tree-sitter-elm to latest commit (#3497)

7e330697e194bf7a32b59ac3adefbde308c1995c authored over 2 years ago
Switch to `tabpad` configuration option (#3458)

Virtual whitespace tabs are created from the `tab` character padded
with `tabpad` up to the ta...

ed74e6d5d405dd37e067c5fd41e2ae908da22a3c authored over 2 years ago
Update tree-sitter-org (#3489)

The update fixes a bug that caused the external scanner to hang during
error recovery.

Looki...

e61c0b461cc5906d8db8ccffe1c0d3530a83c5a5 authored over 2 years ago
add penumbra+ theme (#3398)

Co-authored-by: Vince Mutolo <[email protected]>

59968d27a4ee590eb06e0f5434988b938f92596b authored over 2 years ago
feat: add taskwarrior to languages so `task N edit` is nice (#3468)

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

aef00a3ab640417f06dc9f59938283ffde5c451e authored over 2 years ago
removes deprecated stdio flag for omnisharp (#3480)

9b0fd51318202c97d1206a02bc9b0dfe95762e8a authored over 2 years ago
style: fixes `unused_parens` warnings on nightly builds (#3471)

1577a9d0ab147b90152c08ac831d250d8d8d3aab authored over 2 years ago
add diff colors in PaperColor Light (#3470)

bdd1192a358bfb4dd25d7cf19362336f8f05b436 authored over 2 years ago
theme: add papercolor light (#3426)

* theme: add papercolor light

* fix typo

* add markup highlighting

c18b54263ab8d1cce8db5516576ce69bb0308878 authored over 2 years ago
Adjust `m` textobject description and minor code clarification (#3343)

* Update description of `m` textobject to its actual functionality

Sometime recently the func...

7711db3a3af8f7ca156c8c71ae4b7ea2dd02d96f authored over 2 years ago
Update tree-sitter-swift (#3461)

254d5589070b4b86e0352a78978761bba490c663 authored over 2 years ago
Fix failing test with unicode-lines feature (#3455)

d6e4fd15fc86eacbd083f29ed5d3669d3b2e7014 authored over 2 years ago
feat: shorten output for grammar fetching and building (#3396)

New look:

```
Fetching 102 grammars
98 up to date git grammars
4 updated grammars
...

6618cf2d685dbf2255c7357ba90326baba70cb1f authored over 2 years ago
Add emacs theme (#3410)

956fbab488634edbb4b038c826be5f1d9d98831d authored over 2 years ago
build(deps): bump futures-executor from 0.3.21 to 0.3.23 (#3446)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2968756baf6208d48902607c8f8cb3c00c279149 authored over 2 years ago
build(deps): bump futures-util from 0.3.21 to 0.3.23 (#3448)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

941e023e9708a8bdac46c3569df94c8b0214f88a authored over 2 years ago
build(deps): bump chrono from 0.4.19 to 0.4.22 (#3447)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

f9dc1f33eabaf5c516dc8e67ef8b99e7b54b6420 authored over 2 years ago
build(deps): bump anyhow from 1.0.60 to 1.0.61 (#3449)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

52c8de55a0fdbfbef37c5e225816c42e9fe0a994 authored over 2 years ago
remove duplicate entries from theme picker (#3439)

a7ff39fe3e8da94b50bc5595f77dc7097f546b52 authored over 2 years ago
Improved file-picker configuration documentation (#3422)

8a757954728b52ec92843388049dcaea60db8e3c authored over 2 years ago
Theme Related Fixes (#3412)

c5deb308148b148ff0592e18203f1ca721716668 authored over 2 years ago
Fix Typos in base16_transparent

Fixes #3373.

b565fff0f20828105e2895ea099889aa38c7d26c authored over 2 years ago
Fix typos in ayu themes, also remove trailing space

8deaebde26a5ab2a51e8124828ba042641a1558f authored over 2 years ago
Fix Markdown Metadata (#3400)

1eeca1067569a1435769f061a3c6feed39103b9c authored over 2 years ago
Fix conditional setting of stdin handle on Windows (#3379)

* Revert 3121353c6ab2fbc5fced28f075c7fc45b53b661e

* Switch to conditional compilation

* Ru...

21f2affa16b01f48ee88a6070ae492537b8360e3 authored over 2 years ago
highlight closure pipes as brackets (#3397)

Co-authored-by: Vince Mutolo <[email protected]>

7559b77d531ce12a890288ee04a45b5d3bc0c88a authored over 2 years ago
Fix hyperlink at the bottom of CONTRIBUTING.md (#3392)

80dde577b0287410cc5a7af79e6737425f95abff authored over 2 years ago
Update keymap.md to have Tab and Shift-tab listed (#3365)

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

d773a6e5f24f3be58a73e94cf07d67b5222fe48f authored over 2 years ago