aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* build(deps): bump regex from 1.8.2 to 1.8.3 (#7172)dependabot[bot]2023-05-30
* build(deps): bump chrono from 0.4.24 to 0.4.25 (#7171)dependabot[bot]2023-05-30
* build(deps): bump cachix/install-nix-action from 20 to 21 (#7170)dependabot[bot]2023-05-30
* fixed repeat_last_motion extends selection (#7159)Ethan Wilkes2023-05-28
* feat(languages): recognise `.gir` as XML (#7152)yvt2023-05-27
* languages: add .zimrc to bash filetypes (#7146)Jimmy Zelinskie2023-05-26
* Highlight query improvements for java and typescript (#7145)Gammut2023-05-26
* book: Mention Helix package in nixpkgs (#7064)Martin Weinelt2023-05-26
* Update spacebones_light.toml (#7125)Ravi Shekhar Jethani2023-05-26
* Correct selection color (#7138)Casper Rogild Storm2023-05-26
* Fix typo in syntax.rs (#7114)Ikko Eltociear Ashimine2023-05-26
* Support hidden justfiles (#7088)William Etheredge2023-05-26
* Treat 'Vagrantfile' files as Ruby code (#7112)Brandon Sprague2023-05-26
* Update languages.toml for Nickel (#7059)Viktor Kleen2023-05-26
* Update language support docBlaž Hrastnik2023-05-26
* fix compilationBlaž Hrastnik2023-05-26
* Drop old cairo grammar, alias to rust for nowBlaž Hrastnik2023-05-26
* Fix off-by-one in select symbol references (#7132)Matthew Toohey2023-05-25
* Update diagnostics correctly on LSP exit (#7111)Poliorcetics2023-05-23
* build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117)dependabot[bot]2023-05-23
* build(deps): bump toml from 0.7.3 to 0.7.4 (#7120)dependabot[bot]2023-05-23
* build(deps): bump regex from 1.8.1 to 1.8.2 (#7119)dependabot[bot]2023-05-23
* build(deps): bump pulldown-cmark from 0.9.2 to 0.9.3 (#7118)dependabot[bot]2023-05-23
* feat(languages): recognise `Cargo.lock` as TOMLyvt2023-05-22
* Recognise XAML files as XML (#7083)Chris2023-05-20
* fix(docs): Remove `config` from language configuration docs (#7082)LeoniePhiline2023-05-20
* Add command to merge non-consecutive ranges (#7053)Szabin2023-05-19
* fix off-by-one git-commit rulers (#7072)Charles Hall2023-05-19
* nix: add overlay for convenient package usage (#7078)Yt2023-05-19
* Merge pull request #2507 from Philipp-M/multiple-language-serversBlaž Hrastnik2023-05-19
|\
| * Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directlyPhilipp Mildenberger2023-05-18
| * Clarify language-servers documentation for mergeable LSP features (`diagnosti...Philipp Mildenberger2023-05-18
| * Sort language servers table in languages.toml and rename language server 'R' ...Philipp Mildenberger2023-05-18
| * Apply all review suggestions (doc_id -> id, error message, unnecessary if)Philipp Mildenberger2023-05-18
| * Simplify gutter diagnostics rendering by using partition_point instead of bin...Philipp Mildenberger2023-05-18
| * Some minor clarity/cosmetic improvementsPhilipp Mildenberger2023-05-18
| * Add function `Editor::language_server_by_id` and refactor/simplify related co...Philipp Mildenberger2023-05-18
| * Remove TODO comment in helix_lsp::Registry::restart and add doc-comment on to...Philipp Mildenberger2023-05-18
| * Reorder id generation for Clients to stay close to the old behaviorPhilipp Mildenberger2023-05-18
| * Reduce boilerplate by 'use lsp::*' in Client::supports_feature, and remove TO...Philipp Mildenberger2023-05-18
| * Fix lsp_restart across multiple different document scopes (language servers w...Philipp Mildenberger2023-05-18
| * Fix crash with filtered diagnostics in gutter (e.g. when diagnostics aren't v...Philipp Mildenberger2023-05-18
| * Remove offset_encoding in CodeActionOrCommandItem, as it can be retrieved on ...Philipp Mildenberger2023-05-18
| * Maintain language servers TOML array order in `doc.language_servers`Philipp Mildenberger2023-05-18
| * Filter language servers also by capabilities in `doc.language_servers_with_fe...Philipp Mildenberger2023-05-18
| * Fix docgen againPhilipp Mildenberger2023-05-18
| * Filter out already seen language servers in requests that can be sent to mult...Philipp Mildenberger2023-05-18
| * Optimize gutter diagnostics and simplify shown_diagnosticsPhilipp Mildenberger2023-05-18
| * Use let else instead of variable and fix some error messagesPhilipp Mildenberger2023-05-18
| * Remove offset_encoding in CompletionItemPhilipp Mildenberger2023-05-18