Matthew Toohey
7e1fbb05fd
feat: add :buffer-close-others --skip-visible flag ( #5393 )
2025-07-11 11:17:50 -05:00
Michael Davis
2f560914fb
Add a '--no-format' flag for :write commands
2025-07-11 12:00:41 -04:00
spentbliss
636cbe58e3
feat(theme): add doom-one theme ( #13933 )
...
Co-authored-by: spentbliss <spentbliss@users.noreply.github.com>
2025-07-11 10:34:45 -04:00
Maikel Martens
43187f2ed3
Add Django language support ( #13935 )
2025-07-11 10:33:44 -04:00
Michael Davis
532f241287
Allow symlinks in shell program completions
...
Co-authored-by: thort <thort@compass-vm>
2025-07-11 10:30:58 -04:00
Gabriel Lopes Rodrigues
ba04f53830
languages: consider compose.yaml/.yml as docker compose language ( #13930 )
2025-07-10 20:14:45 -05:00
StratusFearMe21
242353b2ba
Add ability to configure atomic saving ( #13656 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2025-07-10 19:12:59 -04:00
belowm
de898460b8
Allow `:move` command to accept directories as target ( #13922 )
...
Co-authored-by: Martin Below <martin@below.cologne>
2025-07-10 14:28:53 -05:00
Kristoffer Plagborg Bak Sørensen
8e0f326ebb
languages: create dedicated language for json-ld ( #13925 )
2025-07-10 08:49:33 -05:00
connnnal
16d06643a4
queries: Odin or_break+or_continue keywords, struct indents
...
from https://github.com/tree-sitter-grammars/tree-sitter-odin/pull/25
2025-07-08 19:05:48 -04:00
connnnal
9447a9cc93
chore: Bump Odin grammar
2025-07-08 19:05:48 -04:00
Jonas Köhnen
febc3d03b3
queries/gomod: add "tool", "toolchain" to keywords ( #13913 )
2025-07-08 08:19:11 -05:00
dependabot[bot]
06047808eb
build(deps): bump the rust-dependencies group with 2 updates ( #13909 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-08 08:18:37 -05:00
Andrew Davis
02fe437622
Fix off by one error when opening multiple new lines with CRLF line endings ( #13905 )
2025-07-07 17:41:16 -05:00
Daniel Fortes
e88e48f41c
Rose pine theme: improve contrast of selected menu item ( #13908 )
2025-07-07 16:09:16 -05:00
Val Packett
fc53af9f4e
Add systemd-lsp and dts-lsp ( #13907 )
2025-07-07 15:55:19 -05:00
Kristoffer Plagborg Bak Sørensen
3e5bb392fa
languages: add comment tokens for DTD language ( #13904 )
2025-07-07 14:02:26 -04:00
Remo Senekowitsch
479c3b5584
Add highlighting for git notes editmsg ( #13885 )
2025-07-05 10:23:53 -04:00
Kristoffer Plagborg Bak Sørensen
9789b27461
languages: add Java .properties file support ( #13874 )
2025-07-04 09:17:22 -05:00
Kristoffer Plagborg Bak Sørensen
6c6607ef62
queries: add textobjects for qml ( #13855 )
2025-07-03 22:19:22 -04:00
CalebLarsen
bcb6c20a84
queries: Add locals.scm for C. Improve C parameter highlights ( #13876 )
2025-07-02 17:41:28 -05:00
CalebLarsen
f7ab5ec4a1
queries: Update highlights for Odin ( #13877 )
2025-07-02 17:38:05 -05:00
Tino
6a090471a8
Fix panic in `goto_word` when `editor.jump-label-alphabet` is empty ( #13863 )
2025-07-01 09:06:54 -05:00
Michael Davis
6081a5df81
queries: Fix precedence of Fennel highlights
2025-07-01 09:40:40 -04:00
dependabot[bot]
0043c16506
build(deps): bump indexmap in the rust-dependencies group ( #13872 )
...
Bumps the rust-dependencies group with 1 update: [indexmap](https://github.com/indexmap-rs/indexmap ).
Updates `indexmap` from 2.9.0 to 2.10.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md )
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.9.0...2.10.0 )
---
updated-dependencies:
- dependency-name: indexmap
dependency-version: 2.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: rust-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 17:06:54 +09:00
David Crespo
e5f9937c1d
docs: escape pipe in typeable command name ( #13869 )
2025-06-30 11:45:47 -04:00
Kristoffer Plagborg Bak Sørensen
91dff9393d
languages: add Caddyfile support ( #13859 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-06-30 09:45:22 -05:00
Sean Barag
0ca12250bc
helix-view: expand primary selection line range in shell commands ( #13840 )
2025-06-30 09:44:55 -05:00
Peter Retzlaff
4d782bbd18
Add "Dark Synthwave" theme ( #13857 )
2025-06-30 09:32:32 -05:00
Nik Revenco
b036fa0b9b
fix: Highlight `'x'` as a character in Go
2025-06-30 10:29:20 -04:00
Nik Revenco
0d799235f6
feat: Inject markdown into Go's block documentation comments
...
more
chore: capture unlimited number of comments
Each commen
2025-06-30 10:29:20 -04:00
CalebLarsen
305f8bc165
Re-detect `.editorconfig` on `:config-reload` ( #13443 )
2025-06-30 09:21:37 -05:00
Luka Krmpotić
e03f100187
Fix typo in helix-tui text module docs ( #13860 )
2025-06-30 09:11:53 -05:00
Kristoffer Plagborg Bak Sørensen
f75d71844f
queries: inject nix into `lib.literalExression` string contents ( #13851 )
2025-06-28 18:00:58 -04:00
Jonas Köhnen
d654a07d3d
queries/dockerfile: injections for heredocs ( #13852 )
2025-06-28 17:59:32 -04:00
Ricardo Fernández Serrata
930340e646
feat: recognize mimeapps.list as INI ( #13850 )
2025-06-28 13:04:34 -04:00
Michael Davis
44293dfd22
Change tree-sitter parser for Git commit message files
...
The gbprod grammar is more complete and featureful than mine, and more
actively maintained. I will archive my tree-sitter-git-commit in favor
of gbprod's.
The new queries are based on the ones in the repo upstream but I
modified them to look similar to the highlights before this commit.
Also I've updated the tab-width so that change nodes in the generated
message are indented correctly.
2025-06-27 10:55:00 -04:00
Kristoffer Plagborg Bak Sørensen
a9d51ef258
queries: inject all lines in a newline escaped RUN Dockerfile instruction as bash ( #13845 )
2025-06-26 13:51:10 -04:00
Kristoffer Plagborg Bak Sørensen
b9f980f567
languages: detect `~/.gem/credentials` as yaml ( #13843 )
2025-06-26 13:06:50 -04:00
CalebLarsen
c3c4895179
fix: Make code-action popup auto close like other popups ( #13832 )
2025-06-25 08:21:24 -05:00
Md Atiquz Zaman
974ac9eaf3
Sidra Theme - A super customizable, balanced dark theme for Helix ( #13575 )
2025-06-24 08:09:14 -05:00
CalebLarsen
60fce357fb
queries: Fix Rust function parameter locals tracking ( #13828 )
2025-06-24 08:08:25 -05:00
dependabot[bot]
4f985832bf
build(deps): bump libc in the rust-dependencies group ( #13827 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-23 21:41:00 -04:00
Michael Davis
43963473e3
Add a `ConfigDidChange` event
...
This is meant to be minimal for now and is expected to change as the
config system evolves.
Features like word completion should be able to hook into this to
initialize or clear the word index when the toggle for the feature is
turned on or off (respectively).
2025-06-23 11:32:51 -04:00
Jason Williams
2338b44909
DAP: Support the startDebugging reverse request ( #13403 )
2025-06-23 09:48:05 -05:00
Ricardo Fernández Serrata
58dfa158c2
feat(langs): acknowledge `jsconfig` ( #13822 )
2025-06-23 09:07:10 -05:00
Nik Revenco
171dfc60e5
fix: highlight `floor` in `|> float.floor` as function in Gleam ( #13813 )
2025-06-21 14:50:52 -04:00
Harald Atteneder
250af462cd
Update tree-sitter-twig rev to latest commit ( #13689 )
2025-06-21 14:24:54 -04:00
Nik Revenco
40a3fb9b92
feat: Improved syntax highlighting for Gleam ( #13807 )
2025-06-21 12:24:19 -05:00
Margret Riegert
c96642125f
Update Crystal tree sitter and add support for ameba-ls ( #13805 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-06-21 12:02:16 -05:00