Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase jump mode on master (2023-10-26) #1

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    f19793c View commit details
    Browse the repository at this point in the history
  2. Add new moon theme to default themes (helix-editor#7834)

    * Add new moon theme to default themes
    
    * Remove .DS_Store
    mohamedimrane authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    80d2599 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    1d18982 View commit details
    Browse the repository at this point in the history
  2. Update tree-sitter-scheme

    archseer committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    979933b View commit details
    Browse the repository at this point in the history
  3. Only use tsq for tsq files

    This makes our highlight files more plain but it correctly highlights
    scheme :/
    archseer committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5707151 View commit details
    Browse the repository at this point in the history
  4. CI: Remove the aarch64 appimage build steps from release (helix-edito…

    …r#7832)
    
    The steps mistakenly produce a x86_64 appimage and call it aarch64.
    linuxdeploy doesn't currently support producing aarch64 appimages so
    we should just remove these steps for aarch64-linux.
    the-mikedavis authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    86fc203 View commit details
    Browse the repository at this point in the history
  5. Update tree-sitter-git-commit (helix-editor#7831)

    This fixes a problem parsing the "On branch _branch_" part of the
    commit comment when the branch contains a slash.
    the-mikedavis authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d6c799f View commit details
    Browse the repository at this point in the history
  6. Add tree-sitter textobjects queries for bash (helix-editor#7764)

    This implements function, (calling) argument and comment captures for use
    in the textobject selections in bash.
    
    This also updates the generated docs after adding the textobjects for bash.
    gajdusek authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7af37bb View commit details
    Browse the repository at this point in the history
  7. build(tree-sitter): update javascript, typescript and tsx (helix-edit…

    …or#7852)
    
    * build(tree-sitter): update javascript, typescript and tsx
    
    * update revision of tree-sitter parsers for these languages.
    * rename `?.` to `optional_chain`, introduced in tree-sitter/tree-sitter-javascript@186f2ad.
    
    * fix(highlight): change jsx queries to match latest tree-sitter
    
    Latest tree-sitter/tree-sitter-javascript@bb1f97b added some breaking changes that broke highlighting.
    * Remove some queries with `nested_identifier`.
    * Remove deprecated `jsx_fragment` from indent query.
    * Count `</` and `/>` as a single token.
    woojiq authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7cda5b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    c7e9e94 View commit details
    Browse the repository at this point in the history
  2. Center the picker preview selection using visual lines (helix-editor#…

    …7837)
    
    this way the preview always shows the selection even if lines were
    wrapped
    doy authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a7a145a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcbac48 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump serde from 1.0.180 to 1.0.183 (helix-editor#7860)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c1c71bb View commit details
    Browse the repository at this point in the history
  5. Align view for background buffer opened with alt-ret (helix-editor#…

    …7691)
    
    * fix(picker): `alt-ret' changes cursor pos of current file, not new one
    
    Closes helix-editor#7673
    
    * fix other pickers
    
    * symbol pickers
    * diagnostick pickers
    
    This is done using the already patched `jump_to_location` method.
    
    * fix global and jumplist pickers
    
    * use `view` as old_id; make `align_view` method of `Action`
    
    * test(picker): basic <alt-ret> functionality
    
    * fix: picker integrational test
    
    * fix nit
    
    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    
    ---------
    
    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    woojiq and the-mikedavis authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    aa4d84a View commit details
    Browse the repository at this point in the history
  6. build(deps): bump lsp-types from 0.94.0 to 0.94.1 (helix-editor#7861)

    Bumps [lsp-types](https://github.com/gluon-lang/lsp-types) from 0.94.0 to 0.94.1.
    - [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md)
    - [Commits](gluon-lang/lsp-types@v0.94.0...v0.94.1)
    
    ---
    updated-dependencies:
    - dependency-name: lsp-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    942852b View commit details
    Browse the repository at this point in the history
  7. build(deps): bump tempfile from 3.7.0 to 3.7.1 (helix-editor#7862)

    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.7.1.
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.7.0...v3.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f7c0ca7 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump globset from 0.4.12 to 0.4.13 (helix-editor#7864)

    Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.12 to 0.4.13.
    - [Release notes](https://github.com/BurntSushi/ripgrep/releases)
    - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
    - [Commits](BurntSushi/ripgrep@globset-0.4.12...globset-0.4.13)
    
    ---
    updated-dependencies:
    - dependency-name: globset
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1c1df42 View commit details
    Browse the repository at this point in the history
  9. use AND operator when searching (helix-editor#7839)

    This makes search results less surprising, because it is how major web search engines behave
    tshepang authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    cefc33e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f01ca10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    294aa66 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    48eb0d4 View commit details
    Browse the repository at this point in the history
  2. Update tree-sitter grammar for nu (helix-editor#7873)

    * Update tree-sitter grammar for nu
    
    Change tree-sitter grammar for nushell to 'officially' maintained
    by nushell project https://github.com/nushell/tree-sitter-nu. Update
    to the latest version. Replace queries with supported
    
    * Restore injection queries for nu
    
    Restore injection.scm queries for nushell tree-sitter grammar
    NotLebedev authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1077630 View commit details
    Browse the repository at this point in the history
  3. Add new Yellowed theme to default themes (helix-editor#7849)

    * added new Yellowed theme to default themes
    
    * syntax typo and missing color fix
    Gael-Lopes-Da-Silva authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cb9b08d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0eae84 View commit details
    Browse the repository at this point in the history
  5. Jinja language family syntax support (helix-editor#7233)

    * feat: add jinja language support
    
    * feat: add nunjucks language support
    
    * feat: add to lang support book jinja and nunjucks languages
    vanarok authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    57f093d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Fix YAML auto indent

    YAML indents queries are tweaked to fix auto indent behavior.
    
    A new capture type `indent.always` is introduced to address use cases
    where combining indent captures on a single line is desired.
    
    Fixes helix-editor#6661
    dead10ck authored and archseer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7078e84 View commit details
    Browse the repository at this point in the history
  2. expand indents guide

    dead10ck authored and archseer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    929eb0c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Implement @align (and @anchor) indent query.

    Triton171 authored and archseer committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    eab0d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a59e4 View commit details
    Browse the repository at this point in the history
  3. Fix broken indentation that causes the indentation tests to fail.

    For some reason, `cargo fmt` does not change the indentation in
    these places (maybe it isn't sure about what the correct formatting
    should be).
    Triton171 authored and archseer committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    155cedc View commit details
    Browse the repository at this point in the history
  4. Run indentation tests on a part of the Helix source code.

    Add C++ indent test file.
    Triton171 authored and archseer committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b315901 View commit details
    Browse the repository at this point in the history
  5. Document @align indent capture.

    Triton171 authored and archseer committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ee3171c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    01776e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2caca1c View commit details
    Browse the repository at this point in the history
  3. Added some LSP servers and updated python's roots (helix-editor#7897)

    * Add csharp-ls for possible c-sharp LSP
    
    See https://github.com/razzmatazz/csharp-language-server for more info
    about it.
    
    * Add pyright for possible python LSP
    
    It may be prefered than pylsp by someone.
    According to helix-editor#5479, I don't
    make it default for everyone. Just for people who need this.
    
    * Update roots of python
    
    Using some known filenames to detect correct project root.
    
    * Add pylyzer for possible python LSP
    
    Co-authored-by: zetashift <rskaraya@gmail.com>
    
    ---------
    
    Co-authored-by: zetashift <rskaraya@gmail.com>
    arenekosreal and zetashift authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    b0c270f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19dff5c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. fix formatting in the rust textobject query file

    looks like two lines were unintentionally joined - it doesn't appear to
    affect the functionality, but it's confusing to read
    doy authored and dead10ck committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d56638b View commit details
    Browse the repository at this point in the history
  2. Update stale comments

    Obsoleted by helix-editor#4731
    theteachr authored and dead10ck committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d6bb109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    085706e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a162e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. build(deps): bump tokio from 1.29.1 to 1.31.0 (helix-editor#7944)

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.31.0.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.29.1...tokio-1.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0b2e968 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump bitflags from 2.3.3 to 2.4.0 (helix-editor#7943)

    Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.3 to 2.4.0.
    - [Release notes](https://github.com/bitflags/bitflags/releases)
    - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
    - [Commits](bitflags/bitflags@2.3.3...2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: bitflags
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e9a807a View commit details
    Browse the repository at this point in the history
  3. build(deps): bump regex from 1.9.1 to 1.9.3 (helix-editor#7945)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.9.1 to 1.9.3.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.9.1...1.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a1c5005 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump rustix from 0.38.4 to 0.38.8 (helix-editor#7946)

    Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.4 to 0.38.8.
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Commits](bytecodealliance/rustix@v0.38.4...v0.38.8)
    
    ---
    updated-dependencies:
    - dependency-name: rustix
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2756f70 View commit details
    Browse the repository at this point in the history
  5. Stop Terminal::drop from overriding work of Terminal::restore. (helix…

    …-editor#7931)
    
    When Application::run is exiting, either Terminal::restore or
    Terminal::force_restore will be called depending
    on if a panic occured or not.
    Both of these functions will reset the cursor to terminal's default.
    
    After this is done, Terminal::drop will be called.
    If terminal.cursor_kind == Hidden, then
    the cursor will be reset to a CursorKind::Block,
    undoing the work of restore or force_restore.
    
    This commit just removes the drop implementation,
    as its job is already better handled in restore and force_restore.
    dilr authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ea88677 View commit details
    Browse the repository at this point in the history
  6. Recognize more filenames for zsh (helix-editor#7930)

    Including `zshrc` et al. since this is convention in dotfiles repos
    avi-cenna authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7b2f3f5 View commit details
    Browse the repository at this point in the history
  7. goto_file: open picker if a directory is selected (helix-editor#7909)

    * feat: open file picker on directories using goto_file (gf)
    
    * remove helper and call to canonicalize
    cbr9 authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    090a225 View commit details
    Browse the repository at this point in the history
  8. add strace highlighting (helix-editor#7928)

    * feat: add strace tree sitter
    
    * f
    sigmaSd authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    cbfe8ee View commit details
    Browse the repository at this point in the history
  9. add .star as starlark file extension (helix-editor#7922)

    In addition to the other defined extensions, `.star` is a frequently used extension for starlark files. This can be demonstrated through a cursory search of github for files ending in `.star` here: https://github.com/search?q=path%3A%2F.star%24%2F&type=code
    dastbe authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    567eda8 View commit details
    Browse the repository at this point in the history
  10. autumn theme: improve readability of comments (helix-editor#7939)

    * Improve readability of comments
    
    * Rename color
    
    * Rename color
    
    * Sort variables
    getreu authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    61ccf4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a45fb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. markdown.inline: Add injection.combined to html tag (helix-editor#7960

    )
    
    Problem: Closing tags for markdown is sometimes not highlighted
    Solution: Add `injection.combined` to create a valid syntax tree for
    highlighting
    lucario387 authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    56ccaed View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Update Monokai bufferline theming to be distinguish active buffers (h…

    …elix-editor#7983)
    
    * Update OneDark theme to use light-gray for inlay hints.
    
    * fix monokai tab themeing to be more distinguishing
    weakphish authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2b7e7c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Update tree-sitter-robot (helix-editor#7970)

    * Update tree-sitter-robot
    
    * Update Robot highlights query for Helix
    
    * Change @comment.single to @comment
    
    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    
    ---------
    
    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    Hubro and the-mikedavis authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    18a79aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4c95f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    01a1e5e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    2767459 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary Err from get_canonicalized_path (helix-editor#…

    …8009)
    
    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    nkitsaini and the-mikedavis authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    22f4f31 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    7534296 View commit details
    Browse the repository at this point in the history
  2. goto_file_impl: use relative path to open file (helix-editor#7965)

    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    michaelBelsanti and the-mikedavis authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0cc94cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    454b61c View commit details
    Browse the repository at this point in the history
  4. create separate timer for redraw requests (helix-editor#8023)

    * create separate timer for redraw requests
    
    * Update helix-view/src/editor.rs
    
    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    
    ---------
    
    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    pascalkuthe and the-mikedavis authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e5f8d8e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. build(deps): bump anyhow from 1.0.72 to 1.0.75 (helix-editor#8035)

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.75.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.72...1.0.75)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d7e4d07 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump cc from 1.0.79 to 1.0.83 (helix-editor#8037)

    Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.79 to 1.0.83.
    - [Release notes](https://github.com/rust-lang/cc-rs/releases)
    - [Commits](rust-lang/cc-rs@1.0.79...1.0.83)
    
    ---
    updated-dependencies:
    - dependency-name: cc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    52d5bc0 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump tempfile from 3.7.1 to 3.8.0 (helix-editor#8038)

    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.1 to 3.8.0.
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.7.1...v3.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    10f75ac View commit details
    Browse the repository at this point in the history
  4. build(deps): bump thiserror from 1.0.44 to 1.0.47 (helix-editor#8039)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.47.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.44...1.0.47)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2123b99 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump serde from 1.0.183 to 1.0.185 (helix-editor#8034)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4ac4055 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump crossterm from 0.26.1 to 0.27.0

    Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.26.1 to 0.27.0.
    - [Release notes](https://github.com/crossterm-rs/crossterm/releases)
    - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
    - [Commits](crossterm-rs/crossterm@0.26.1...0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: crossterm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and archseer committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c3442f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8fef6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    050c019 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    546c8ca View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    75c5a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9694f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. add gemini language support (helix-editor#8070)

    Sol Fisher Romanoff authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    aeaeb09 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    9f843e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    992c858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    072e1ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79c0425 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. build(deps): bump regex from 1.9.3 to 1.9.4 (helix-editor#8106)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.9.3 to 1.9.4.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.9.3...1.9.4)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    bcbad25 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump tokio from 1.31.0 to 1.32.0 (helix-editor#8105)

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.31.0 to 1.32.0.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.31.0...tokio-1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9265263 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump encoding_rs from 0.8.32 to 0.8.33 (helix-editor#8104)

    Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.32 to 0.8.33.
    - [Commits](hsivonen/encoding_rs@v0.8.32...v0.8.33)
    
    ---
    updated-dependencies:
    - dependency-name: encoding_rs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d71e58c View commit details
    Browse the repository at this point in the history
  4. build(deps): bump log from 0.4.19 to 0.4.20 (helix-editor#8103)

    Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20.
    - [Release notes](https://github.com/rust-lang/log/releases)
    - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/log@0.4.19...0.4.20)
    
    ---
    updated-dependencies:
    - dependency-name: log
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3ac2ac6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82cd445 View commit details
    Browse the repository at this point in the history
  6. fix: line numbers remain relative when helix loses focus (helix-edito…

    …r#7955)
    
    * fix: line numbers remain relative when helix loses focus
    
    If `line number = relative` and a new window is opened in helix, lines inside unfocused windows will be `absolute`. This commit adds the same thing when helix becomes unfocused in a terminal emulator.
    
    * partial rebase
    woojiq authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b67d2c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40d7e6c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. transition to nucleo for fuzzy matching (helix-editor#7814)

    * transition to nucleo for fuzzy matching
    
    * drop flakey test case
    
    since the picker streams in results now any test that relies
    on the picker containing results is potentially flakely
    
    * use crates.io version of nucleo
    
    * Fix typo in commands.rs
    
    Co-authored-by: Skyler Hawthorne <skyler@dead10ck.com>
    
    ---------
    
    Co-authored-by: Skyler Hawthorne <skyler@dead10ck.com>
    pascalkuthe and dead10ck authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0cb595e View commit details
    Browse the repository at this point in the history
  2. Rename reset to default (helix-editor#8114)

    Use `default` instead of `reset`, as this is the conventional name for ANSI codes 39/49. The word `reset` should be reserved for ANSI code `0`, which resets both fg and bg colors at once, while also removing all modifiers. While the code uses the value name `Reset`, this is misleading and should not leak into the user space.
    chtenb authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7fffc0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bef982 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. crossterm: Handle 'hidden' modifier (helix-editor#8120)

    Crossterm supports the 'hidden' SGR parameter but we previously didn't
    set the attribute when the "hidden" modifier was specified in a theme.
    the-mikedavis authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a276726 View commit details
    Browse the repository at this point in the history
  2. Clear completion when switching windows via click (helix-editor#8118)

    The completion component assumes that it operates on the same View but
    it's possible to break this assumption by switching windows through
    left-clicking. I believe we should clear the completion menu when
    switching windows to fix this.
    
    This change fixes a panic for this scenario:
    
    * Open a buffer with LSP completion available
    * Split the window (for example '<C-w>v')
    * Enter insert mode and trigger the completion menu
    * Select a completion candidate (for example with '<C-n>')
    * Switch to the original window by left-clicking in its area
    * Enter insert mode and make edits (for example 'o<backspace>')
    
    This will trip the 'assert_eq' in Document::restore.
    the-mikedavis authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    48373d4 View commit details
    Browse the repository at this point in the history
  3. Build flake packages with stable Rust (helix-editor#8133)

    We can continue to use the MSRV for local development and checks while
    building release executables with the latest stable Rust, as we do in
    CI.
    the-mikedavis authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7cf775d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. avoid excessive memory consumption in picker (helix-editor#8127)

    * avoid excessive memory consumption from file picker
    
    * fix typos
    
    Co-authored-by: Chris <75008413+cd-a@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Chris <75008413+cd-a@users.noreply.github.com>
    pascalkuthe and cd-a authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a38ec6d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    bb3e699 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Maintain the current cursor's position and view in the vsplit/hsplit …

    …commands too (helix-editor#8109)
    
    Co-authored-by: Benjamin Bouvier <public@benj.me>
    TheRealLorenz and bnjbvr authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e8fc77f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d7f665 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61814fe View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. build(deps): bump rustix from 0.38.8 to 0.38.11 (helix-editor#8174)

    Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.8 to 0.38.11.
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Commits](bytecodealliance/rustix@v0.38.8...v0.38.11)
    
    ---
    updated-dependencies:
    - dependency-name: rustix
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9b397c9 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump cachix/install-nix-action from 22 to 23 (helix-edit…

    …or#8172)
    
    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v22...v23)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    10e7ca8 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump serde from 1.0.185 to 1.0.188 (helix-editor#8176)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.185 to 1.0.188.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.185...v1.0.188)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    761cdf1 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump regex from 1.9.4 to 1.9.5 (helix-editor#8175)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.9.4 to 1.9.5.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.9.4...1.9.5)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4dbdcae View commit details
    Browse the repository at this point in the history
  5. build(deps): bump serde_json from 1.0.104 to 1.0.105 (helix-editor#8177)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    65c3cca View commit details
    Browse the repository at this point in the history
  6. build(deps): bump actions/checkout from 3 to 4 (helix-editor#8173)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    48b7520 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    8778083 View commit details
    Browse the repository at this point in the history
  2. Do not show (running) when opening picker (helix-editor#8148)

    * only stream from background thread if necessary
    
    If the file transversal is longer shorter 30ms it will now be performed
    on the main thread. Spawning a thread can take a while (or rather it
    takes a while until that thread is scheduled) so the files can actually
    take a while to show up. This prevents the `(running)` indicator from
    briefly showing up when opening the file picker in a small directory.
    
    * run partial cargo update
    pascalkuthe authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0cfd46c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6cdc5f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    c0fd8bc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. add redraw command (helix-editor#6949)

    Co-authored-by: Roberto Vidal <vidal.roberto.j@gmail.com>
    dovahcrow and jrvidal authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8017bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14401ff View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    eb9c378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    528a5e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Add tree-sitter-highlight-name command (helix-editor#8170)

    * adds treesitter-highlight-name command
    
    * commit documentation changes
    
    * moves the get_highlight_name function into core/syntax
    
    * rename get_highlight_name function to get_highlight_for_node_at_position
    
    * addresses pr comments: moves fn into helper fn, simplifies a lot
    
    * commit updated documentation changes
    
    * changes scope method to return &str so that callers can decide whether or not to own
    LukeHalasy authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    b959162 View commit details
    Browse the repository at this point in the history
  2. chore: add additional ignore file highlights (helix-editor#8220)

    * chore: add additional ignore file highlights
    
    Various files use the same syntax highlighting as `.gitignore` and
    similarly tell different tools what files/folders to ignore. Update the
    languages file so that other ignore type files use the same highlighting
    as gitignore. The files added are:
    
    - `.ignore`
    - `.prettierignore`
    - `.eslintignore`
    - `.npmignore`
    
    * chore: add highlighting for codeowners files
    
    Add `CODEOWNERS` as an additional file type for `git-ignore` in the
    language file. `CODEOWNERS`'s grammar is close enough to that of
    `.gitignore`, this can be used to avoid making a new grammar
    specifically for `CODEOWNERS` files.
    rossmanch authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    0d986fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    829db76 View commit details
    Browse the repository at this point in the history
  4. re-add indent and textobject queries for perl (helix-editor#7947)

    * bump tree-sitter-perl version
    
    need some grammar tweaks for the indent queries to function properly
    
    * add indent queries for perl
    
    * add textobject queries for perl
    doy authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    81d6d3f View commit details
    Browse the repository at this point in the history
  5. add material theme collection (helix-editor#8211)

    * Create material theme files
    
    * Add material deep ocean pallete
    
    * Add primary theme properties to material deep ocean theme
    
    * Fix material deep ocean theme
    
    * Ad syntax highlighting to material deep ocean theme
    
    * Make material oceanic theme
    
    * Make material darker theme
    
    * Remove material lighter theme
    
    * Make material palenight theme
    
    * Make other material themes inherit material deep ocean theme
    
    * Add virtual ruler background to the material theme collection
    yhyadev authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    6f3a657 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83ac53a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acef759 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Lower idle-timeout to 250ms

    The aim is to make it slow enough it only triggers during a typing
    pause, but not too slow. Initial value was chosen as a safe slow
    default but I've been using 250 for a while.
    archseer committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    060e73a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e994a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef23847 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Add insert-final-newline config option (helix-editor#8157)

    Co-authored-by: Xalfer <64538944+Xalfer@users.noreply.github.com>
    zqianem and Xalfer authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7090555 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump thiserror from 1.0.47 to 1.0.48 (helix-editor#8252)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.47 to 1.0.48.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.47...1.0.48)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a8449af View commit details
    Browse the repository at this point in the history
  3. build(deps): bump which from 4.4.0 to 4.4.1 (helix-editor#8251)

    Bumps [which](https://github.com/harryfei/which-rs) from 4.4.0 to 4.4.1.
    - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
    - [Commits](harryfei/which-rs@4.4.0...4.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: which
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d46127f View commit details
    Browse the repository at this point in the history
  4. build(deps): bump chrono from 0.4.26 to 0.4.30 (helix-editor#8247)

    Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.30.
    - [Release notes](https://github.com/chronotope/chrono/releases)
    - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
    - [Commits](chronotope/chrono@v0.4.26...v0.4.30)
    
    ---
    updated-dependencies:
    - dependency-name: chrono
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    719ef3f View commit details
    Browse the repository at this point in the history
  5. build(deps): bump url from 2.4.0 to 2.4.1 (helix-editor#8250)

    Bumps [url](https://github.com/servo/rust-url) from 2.4.0 to 2.4.1.
    - [Release notes](https://github.com/servo/rust-url/releases)
    - [Commits](servo/rust-url@v2.4.0...v2.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: url
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e3d537c View commit details
    Browse the repository at this point in the history
  6. build(deps): bump rustix from 0.38.11 to 0.38.13 (helix-editor#8249)

    Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.11 to 0.38.13.
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Commits](bytecodealliance/rustix@v0.38.11...v0.38.13)
    
    ---
    updated-dependencies:
    - dependency-name: rustix
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ccabfee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4ba237 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    729f32d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    fe6b556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764172d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e41bee6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    e9d0bd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d4463 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. add cyan_light theme (helix-editor#8293)

    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    atahrijouti and the-mikedavis authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    19d44b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    941dc6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e55648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4494e1 View commit details
    Browse the repository at this point in the history
  4. queries/nix: align match start for language comments

    This rule failed to override other ones because it started its
    matching later.
    pacien authored and the-mikedavis committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    37e48f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b076e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    ca9a7d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb39242 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa5f34 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. build(deps): bump libc from 0.2.147 to 0.2.148 (helix-editor#8327)

    Bumps [libc](https://github.com/rust-lang/libc) from 0.2.147 to 0.2.148.
    - [Release notes](https://github.com/rust-lang/libc/releases)
    - [Commits](rust-lang/libc@0.2.147...0.2.148)
    
    ---
    updated-dependencies:
    - dependency-name: libc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    53500f6 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump indoc from 2.0.3 to 2.0.4 (helix-editor#8329)

    Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/dtolnay/indoc/releases)
    - [Commits](dtolnay/indoc@2.0.3...2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: indoc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    312c175 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump chrono from 0.4.30 to 0.4.31 (helix-editor#8328)

    Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.30 to 0.4.31.
    - [Release notes](https://github.com/chronotope/chrono/releases)
    - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
    - [Commits](chronotope/chrono@v0.4.30...v0.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: chrono
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3640623 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump serde_json from 1.0.105 to 1.0.107 (helix-editor#8330)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.107.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.105...v1.0.107)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1c88432 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    651fd1c View commit details
    Browse the repository at this point in the history
  2. Allow specifying a different style for diff indicator in vcs gutter. (h…

    …elix-editor#8343)
    
    This allows using a background in diff style
    (for nice patch file coloring) while keeping the
    gutter indicator nice (and using appropriate colors).
    amousset authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2284bce View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    842687e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    7702e13 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    17edbac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0252c7b View commit details
    Browse the repository at this point in the history
  3. Style Bold/Italic/Strikethrough markdown in docs (helix-editor#8385)

    * Style Bold/Italic/Strikthrough markdown in docs
    
    * Flatten to single match
    A-Walrus authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f520b16 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. build(deps): bump unicode-width from 0.1.10 to 0.1.11 (helix-editor#8393

    )
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    35cbe26 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump smallvec from 1.11.0 to 1.11.1 (helix-editor#8394)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d7b38e3 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump rustix from 0.38.13 to 0.38.14 (helix-editor#8395)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b495ca4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01e281c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2776233 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    080a085 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c879d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba06371 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    77fe8f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    1297d92 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    4e86d1c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Add VSCode file associations (helix-editor#8388)

    * Add VSCode file associations
    
    * Update languages.toml
    
    Co-authored-by: Robert Clover <robert@clover.gdn>
    
    * Change cpp *.in files to suffixes
    
    ---------
    
    Co-authored-by: Robert Clover <robert@clover.gdn>
    yoav-lavi and clo4 authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    893802d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e13db2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. LSP: Fix codeAction/resolve server capability check (helix-editor#8421)

    Previously we accidentally checked the server's _completion_ resolve
    capability rather than the code action resolve capability.
    the-mikedavis authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6abaf3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fbfec7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. build(deps): bump regex from 1.9.5 to 1.9.6 (helix-editor#8451)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.9.6.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.9.5...1.9.6)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    588363c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump rustix from 0.38.14 to 0.38.15 (helix-editor#8449)

    Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.14 to 0.38.15.
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Commits](bytecodealliance/rustix@v0.38.14...v0.38.15)
    
    ---
    updated-dependencies:
    - dependency-name: rustix
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7dddbca View commit details
    Browse the repository at this point in the history
  3. build(deps): bump libloading from 0.8.0 to 0.8.1 (helix-editor#8448)

    Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.0 to 0.8.1.
    - [Commits](nagisa/rust_libloading@0.8.0...0.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: libloading
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a42b5f0 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump thiserror from 1.0.48 to 1.0.49 (helix-editor#8447)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.48 to 1.0.49.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.48...1.0.49)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e122add View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1756ba4 View commit details
    Browse the repository at this point in the history
  6. enable starting hx with a working directory (helix-editor#8223)

    * added working path arg to cli and help menu
    
    * improve working path cli arg handling
    
    * enable hx to set the working path
    
    * applied cargo formatting
    
    * improved code from cargo clippy suggestion
    
    * improved code from follow up review
    
    * fix for -w <path> is set but args.files is empty
    
    * improved formatting of --help output
    lloydbond authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    75c0a5c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    68fce3e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. add support for json5 (helix-editor#8473)

    * add json5 language
    
    * docgen
    ds-cbo authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    93e54fa View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Add ansible-language-server for yaml (helix-editor#7973)

    * Update languages.toml
    
    Add ansible support to yaml.
    
    * cargo xtask docgen
    lwandrebeck authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    bdf7937 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. bump tree-sitter-sql (helix-editor#8464)

    * bump tree-sitter-sql
    
    * update highlights classes to helix flavour
    
    * replace lua-match with match
    ds-cbo authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    96bbfb7 View commit details
    Browse the repository at this point in the history
  2. add lsp for graphql (helix-editor#8492)

    graphql-lsp has quite the strange name upstream, the project is technically called graphql-language-service,
    but the binary shipped is called graphql-lsp hence the strange naming scheme
    
    Signed-off-by: kjuulh <contact@kjuulh.io>
    kjuulh authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5cb76e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a857480 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. build(deps): bump hashbrown from 0.14.0 to 0.14.1 (helix-editor#8500)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e0d5b79 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump tokio from 1.32.0 to 1.33.0 (helix-editor#8501)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ca0382b View commit details
    Browse the repository at this point in the history
  3. build(deps): bump rustix from 0.38.15 to 0.38.18 (helix-editor#8502)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d8f059c View commit details
    Browse the repository at this point in the history
  4. build(deps): bump libc from 0.2.148 to 0.2.149 (helix-editor#8503)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1852292 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Add +N CLI argument to jump to first file's line number (helix-editor…

    …#8521)
    
    * Accept +num flag for opening at line number
    
    * Update +N argument feature according to feedback in original PR helix-editor#5603
    
    * Only override the line number of the first file if +N is specified
    
    ---------
    
    Co-authored-by: Nachum Barcohen <38861757+nabaco@users.noreply.github.com>
    bjorn-ove and nabaco authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    07a006d View commit details
    Browse the repository at this point in the history
  2. Make parse_macro work for "-" outside "<..>" (helix-editor#8475)

    * Translate  to   when a part of the outher string in
    
    * Changed the if a little
    bjorn-ove authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    574f821 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    1ef7f24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6e9a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. build(deps): bump gix from 0.48.0 to 0.51.0

    Bumps [gix](https://github.com/Byron/gitoxide) from 0.48.0 to 0.51.0.
    - [Release notes](https://github.com/Byron/gitoxide/releases)
    - [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
    - [Commits](GitoxideLabs/gitoxide@gix-v0.48.0...gix-v0.51.0)
    
    ---
    updated-dependencies:
    - dependency-name: gix
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and archseer committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c6854e5 View commit details
    Browse the repository at this point in the history
  2. Re-lock 'time' dep at 0.3.23

    Co-authored-by: Gabriel Dinner-David <gabydinnerdavid@gmail.com>
    2 people authored and archseer committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a6ab062 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c98b1c View commit details
    Browse the repository at this point in the history
  4. Add support for showing all LSPs in --health (helix-editor#7315)

    * Add support for showing all LSPs in --health <lang>
    
    * Add support for showing all LSPs in --health languages
    
    * Use available/configured in --health languages
    
    * Apply @AlexanderBrevig suggestion in --health
    
    * Update `--health <language>`
    
    Better output (inspired by helix-editor#8156).
    
    Handle the case where no LSPs are configured.
    
    * Display all LSPs in `--health languages` instead of x/x
    
    Displays all LSPs as a list in the table generated wih `--health languages`
    
    * Make check_binary accept Optional references to str
    
    Avoids some calls to .clone()
    
    * Apply @the-mikedavis suggestions
    
    * Avoid useless collecting and cloning
    
    * Use for loop instead of .try_for_each()
    TheRealLorenz authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d9d7f67 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    cd59164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    814cf17 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump regex from 1.9.6 to 1.10.2 (helix-editor#8557)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.9.6 to 1.10.2.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.9.6...1.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    83ce8d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc16449 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    e6d2835 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. build(deps): bump serde from 1.0.188 to 1.0.189 (helix-editor#8554)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.189.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.188...v1.0.189)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7d5bc9b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump bitflags from 2.4.0 to 2.4.1 (helix-editor#8555)

    Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.0 to 2.4.1.
    - [Release notes](https://github.com/bitflags/bitflags/releases)
    - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
    - [Commits](bitflags/bitflags@2.4.0...2.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: bitflags
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ac8759c View commit details
    Browse the repository at this point in the history
  3. build(deps): bump rustix from 0.38.18 to 0.38.19 (helix-editor#8556)

    Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.18 to 0.38.19.
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Commits](bytecodealliance/rustix@v0.38.18...v0.38.19)
    
    ---
    updated-dependencies:
    - dependency-name: rustix
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6d598d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    8d44459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764715a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31f50bf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    88bc52a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. build(deps): bump ropey from 1.6.0 to 1.6.1 (helix-editor#8593)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fef4d53 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump hashbrown from 0.14.1 to 0.14.2 (helix-editor#8594)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6acbb07 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump rustix from 0.38.19 to 0.38.20 (helix-editor#8595)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    25ea6b8 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump thiserror from 1.0.49 to 1.0.50 (helix-editor#8596)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9dbf882 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump ahash from 0.8.3 to 0.8.5 (helix-editor#8597)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    68c7537 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    b5d691a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ebcc4d View commit details
    Browse the repository at this point in the history
  3. Add changelog notes for 23.10 (helix-editor#8086)

    Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
    the-mikedavis and pascalkuthe authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c7e15dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6021dd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    c24a67c View commit details
    Browse the repository at this point in the history
  2. Revert "Pin tree-sitter to the 0.20.10 release (helix-editor#8396)"

    We only reverted so that the latest release would use a stable
    tree-sitter version hosted on crates.io. We do want the improvements
    on nightly.
    
    This reverts commit 2ebcc4d.
    archseer committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5ce1c30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef1f4f3 View commit details
    Browse the repository at this point in the history
  4. Add typst language and lsp (helix-editor#7474)

    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    AlexanderBrevig and the-mikedavis authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2906660 View commit details
    Browse the repository at this point in the history
  5. Add LPF tree sitter (helix-editor#8536)

    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    TheZoq2 and the-mikedavis authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9eec9ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    553ffbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f1d414 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99bf62a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab266b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f992c3b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Fix precedence order of @align captures in indent computation (helix-…

    …editor#8659)
    
    precedence when multiple occur on the same line in an indent query.
    Triton171 authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    ef0c31d View commit details
    Browse the repository at this point in the history
  2. add golangci-lint-langserver (helix-editor#8656)

    * languages add golangci-lint-langserver
    
    * update docs
    angaz authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    44e03fa View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    992b7a0 View commit details
    Browse the repository at this point in the history
  2. Add MacPorts as installation option for MacOS (helix-editor#8663)

    * Added MacPorts as installation option for MacOS
    
    * Added macports to ToC
    jgelens authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7d7ed78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0430f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. build(deps): bump rustix from 0.38.20 to 0.38.21 (helix-editor#8671)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    566f416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccc3085 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump serde from 1.0.189 to 1.0.190 (helix-editor#8670)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    403a173 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump futures-util from 0.3.28 to 0.3.29 (helix-editor#8673)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d171e23 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump ahash from 0.8.5 to 0.8.6 (helix-editor#8669)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d32e052 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump tempfile from 3.8.0 to 3.8.1 (helix-editor#8672)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    53bb62b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a069b92 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    1755c61 View commit details
    Browse the repository at this point in the history
  2. Adjusted ui.virtual.inlay-hint color for everblush theme (helix-edito…

    …r#8705)
    
    Co-authored-by: Arkady Rost <1239844+arkrost@users.noreply.github.com>
    arkrost and arkrost authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ae6a0a9 View commit details
    Browse the repository at this point in the history
  3. add highlight scope for type parameters (helix-editor#8660)

    * rust: add highlight scope for type parameters
    
    * handle optional type parameters
    jmhain authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    70bbbd7 View commit details
    Browse the repository at this point in the history
  4. replace kdl tree-sitter to fix highlighting (helix-editor#8652)

    * replace kdl tree-sitter
    
    * kdl: adopt highlights for new tree-sitter
    
    * kdl: add indent queries
    
    * kdl: add textobjects
    
    * kdl: improve syntax highlighting
    
    * kdl: update lang-support
    
    * kdl: make indents more concise
    
    ---------
    
    Co-authored-by: Constantin Gahr <constantin.gahr@ipp.mpg.de>
    cgahr and Constantin Gahr authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5c325fe View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Add an installation method field to the bug report template (helix-ed…

    …itor#8711)
    
    We can guess the installation method from the version tag and platform
    in some cases but it would be useful to have this be explicit for the
    sake of debugging packager-specific problems.
    the-mikedavis authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    8dc1977 View commit details
    Browse the repository at this point in the history
  2. swap yank command registers (helix-editor#8708)

    helix-editor#8703 swapped the `+` and `*` registers, but did not swap them in the
    corresponding yank commands.
    dead10ck authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    10b178e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Update markdown grammar to v0.1.6

    MDeiml authored and dead10ck committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    2fddc2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a98ad13 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. highlights: add type.parameter scope to several more languages (helix…

    …-editor#8718)
    
    * typescript
    
    * go
    
    * haskell
    
    * ocaml
    
    * kotlin (+ bugfix)
    jmhain authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f73e9a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc564d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Add command to move files with LSP support (helix-editor#8584)

    * Added rename command
    
    * Added an error if the new path already exists
    
    * Fixed wrong command name being used
    
    * fixed clippy suggestions
    
    * removed didRenameFiles call, fixed early return due to path Err
    
    * added ':rnm' alias to ':rename'
    
    * code cleanup
    
    * formatting
    
    * removed debug line
    
    * cargo fmt
    
    * Improved new buffer error message
    
    Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
    
    * Removed unnecessary path normalizing
    
    Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
    
    * Update helix-term/src/commands/typed.rs
    
    Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
    
    * Update helix-term/src/commands/typed.rs
    
    Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
    
    * Update helix-term/src/commands/typed.rs
    
    Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
    
    * Update helix-term/src/commands/typed.rs
    
    Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
    
    * feat: change `rename` command to `move`
    
    * feat: add multi lsp support when moving files
    
    * feat: allow lsp calls with a custom timeout
    
    * feat: sending lsp file_changed event once file has moved
    
    ---------
    
    Co-authored-by: ontley <theontley@gmail.com>
    Co-authored-by: ontley <67148677+ontley@users.noreply.github.com>
    Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
    4 people authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e868678 View commit details
    Browse the repository at this point in the history
  2. Implement jump mode

    semin-park authored and Omnikar committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b3b8bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1390bd0 View commit details
    Browse the repository at this point in the history
  4. Let jump keys be configurable

    semin-park authored and Omnikar committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ee862ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1f5881 View commit details
    Browse the repository at this point in the history