dependabot[bot]
ac6e71f9c6
build(deps): bump futures-executor from 0.3.25 to 0.3.26 ( #5744 )
...
Bumps [futures-executor](https://github.com/rust-lang/futures-rs ) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.25...0.3.26 )
---
updated-dependencies:
- dependency-name: futures-executor
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>
2 years ago
dependabot[bot]
9d22c64c78
build(deps): bump ahash from 0.8.2 to 0.8.3 ( #5743 )
...
Bumps [ahash](https://github.com/tkaitchuck/ahash ) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/tkaitchuck/ahash/releases )
- [Commits](https://github.com/tkaitchuck/ahash/compare/v0.8.2...v0.8.3 )
---
updated-dependencies:
- dependency-name: ahash
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>
2 years ago
dependabot[bot]
75eeda69e7
build(deps): bump indoc from 1.0.8 to 2.0.0 ( #5742 )
...
Bumps [indoc](https://github.com/dtolnay/indoc ) from 1.0.8 to 2.0.0.
- [Release notes](https://github.com/dtolnay/indoc/releases )
- [Commits](https://github.com/dtolnay/indoc/compare/1.0.8...2.0.0 )
---
updated-dependencies:
- dependency-name: indoc
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>
2 years ago
Eric Crosson
447909e4d0
Modify env language to extend bash ( #5720 )
...
Additionally, add `.envrc` to the `env`-supported file types.
2 years ago
alice
8b25f44f05
build(deps): bump toml from 0.6.0 to 0.7.0 ( #5726 )
2 years ago
Jonathan LEI
86ae81ec5d
Use filename completer on run-shell-command ( #5729 )
2 years ago
LeoniePhiline
482cc22fec
Update tree-sitter-sql and improve highlight queries ( #5683 )
2 years ago
LeoniePhiline
2c6bf6fca6
fix: Typo in variable name ( #5710 )
2 years ago
g-re-g
4a59d337f4
Update tutor logo ( #5681 )
2 years ago
Miguel Madrid-Mencía
d2d3024337
Fix clippy 1.67 warnings ( #5697 )
2 years ago
Rino
4d548a0ee3
Parse gutter-types as Strings ( #5696 )
...
This is necessary for configurations like:
[editor]
gutters = ["diagnostics", "line-numbers"]
after the toml 0.6.0 dependency update.
2 years ago
Sam Nystrom
291f39d66b
Add `Justfile` to the file types for make ( #5687 )
2 years ago
LeoniePhiline
250b6cd7f0
Update tree-sitter-xml to fix whitespace parsing ( #5685 )
2 years ago
pacien
22b3d3d636
queries/nix: add injections for builtins and writers ( #5629 )
2 years ago
Jimmy Zelinskie
2db879629f
add explicit formatter for cue ( #5679 )
...
cuelsp does not support formatting.
Cue language support was added to Helix before
"formatter" was available.
References:
https://github.com/helix-editor/helix/pull/3262
https://github.com/dagger/cuelsp/issues/44
2 years ago
Antonius Naumann
56c0810c68
Change default language server for 'v' from 'vls' to 'v ls' ( #5677 )
2 years ago
ds-cbo
67a287dd81
keymap: Test backslash escaping in commands
2 years ago
blt__
91dca3f667
Add Appstream metadata file ( #5643 )
2 years ago
Jonathan Lebon
4726ae9df6
Sonokai theme: style secondary selections differently ( #5440 )
...
Without styling the primary and secondary selections differently, it's
impossible to tell them apart when cycling through selections.
Make the primary selection slightly brighter and secondary selections
slightly paler.
2 years ago
Pascal Kuthe
e83ce72240
refactor: don't deserialize &str from toml
...
The new version of the `toml` crate is based on `toml_edit` and does
not support zero copy deserialization anymore. So we need to deserialize
`String` instead of `&str` in the keympa
2 years ago
Michael Davis
70887b7378
Refactor toml::Value->Theme conversion
...
The `From<Value>` implementation for `Theme` converted the Value to a
string and re-parsed the string to convert it to
`HashMap<String, Value>` which feels a bit wasteful. This change uses
the underlying `toml::map::Map` directly when the value is a table and
warns about the unexpected `Value` shape otherwise.
This is necessary because toml 0.6.0 changes the Display implementation
for Value::Table so that the `to_string` no longer encodes the value as
a Document, just a Value. So the parse of the Value fails to be decoded
as a HashMap.
The behavior for returning `Default::default` matches the previous
code's behavior except that it did not warn when the input Value was
failed to parse.
2 years ago
Michael Davis
b3e9f6233a
Fix compatibility with toml 0.6.0
...
`toml::from_slice` has been removed. The CHANGELOG recommends using
`toml::from_str` instead and doing the byte-to-str conversion yourself.
The `toml::toml!` macro has also changed to return the type of the
value declared within the macro body. In the change in
`helix-view/src/theme.rs` this is a `toml::map::Map` (it was a
`toml::Value` previously) allowing us to skip the match and use the
map directly.
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
2 years ago
dependabot[bot]
52d854fa62
build(deps): bump toml from 0.5.10 to 0.6.0
...
Bumps [toml](https://github.com/toml-rs/toml ) from 0.5.10 to 0.6.0.
- [Release notes](https://github.com/toml-rs/toml/releases )
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.6.0 )
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Pascal Kuthe
e9dc9f4935
Switch from toml::from_slice to toml::from_str ( #5659 )
2 years ago
dependabot[bot]
64ec0256d3
build(deps): bump which from 4.3.0 to 4.4.0 ( #5655 )
...
Bumps [which](https://github.com/harryfei/which-rs ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/harryfei/which-rs/releases )
- [Commits](https://github.com/harryfei/which-rs/compare/4.3.0...4.4.0 )
---
updated-dependencies:
- dependency-name: which
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
639f22559e
build(deps): bump tokio from 1.24.1 to 1.24.2 ( #5657 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/commits )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Eloi Torrents
7e191f5915
Support sagemath language ( #5649 )
2 years ago
Pascal Kuthe
361a834486
Fix selecting a changed file in global search ( #5639 )
2 years ago
Eric Crosson
17acadb305
Use markdown language for hub pull-request files ( #5634 )
...
The hub[^1] command-line tool uses a file called `PULLREQ_EDITMSG`[^2].
This file is used to edit the text from of each commit being submitted
in a pull request, and the final content is rendered as markdown by
GitHub.
This commit adds `PULLREQ_EDITMSG` to the list of markdown file-types.
[^1]: https://github.com/github/hub
[^2]: c8e68d548a/commands/pull_request.go (L225)
2 years ago
Jonathan LEI
769fb5fe97
Make clippy happy on Windows ( #5644 )
2 years ago
Jared Moulton
5c6b7127f8
Add build.gradle to list of java roots ( #5641 )
2 years ago
Yuta Yamaguchi
c8d77cfdb5
refactor(helix-view): remove cfg_attr references a nonexistent feature ( #5630 )
...
Fixes https://github.com/helix-editor/helix/issues/5615
2 years ago
Luca Saccarola
d99a720536
theme: make dracula ui.virtual.whitespace less intrusive ( #5627 )
2 years ago
Alex
f103d2273b
Add `markup.strikethrough` theme keys ( #5619 )
2 years ago
Doug Kelkhoff
2b58ff4d7c
Add configuration for min width of line-numbers gutter ( #4724 )
2 years ago
Soso
8347139ff5
book: Use per-theme syntax-highlighting CSS variables ( #5406 )
...
Until this patch, all themes used the Colibri values for syntax highlighting.
This made the documentation very hard to read in some light themes.
2 years ago
Vítor Galvão
42b0401416
tutor: Change "Type" to "Press" for specials keys and modifiers ( #5609 )
2 years ago
eugene yokota
99fcb10860
theme: monkai_aqua variant ( #5578 )
...
Current monokai (pro or otherwise) seems too red and green,
missingthe bright aqua / cyan color found in Sublime's Monokai.
This adds a variant of monokai, which I named monokai_aqua.
2 years ago
Ivan Tham
a20a96abdc
Remove apply_transaction helper ( #5598 )
2 years ago
Timothy DeHerrera
68fc10903a
themes: Extend snazzy ( #3971 )
2 years ago
yashpalgoyal1304
edd0ba7f19
book: Link MSYS2 proper command page ( #5601 )
2 years ago
LeoniePhiline
248a9f3635
fix(theme): Fix error background-foreground-contrast in monokai_pro_spectrum
2 years ago
LeoniePhiline
338f207d4b
fix(theme): Replace non-palette color "magenta" with palette color "red" in monokai_pro_spectrum
2 years ago
anna
8e10c592b9
add lua injection regex ( #5606 )
2 years ago
eugene yokota
4535d0fa74
highlight(scala): update to fix potential crash ( #5576 )
...
* highlight(scala): update to fix crash
tree-sitter-scala has recently add a fix to workaround segv crashes in other editors.
Not sure if it happens to Helix as well, but it's probably a good idea to use the latest.
* highlight(scala): String interpolator support
This captures String interpolator as `function`
Co-authored-by: Chris Kipp <ckipp@pm.me>
2 years ago
Nachum Barcohen
94ef6fb69b
Add more file-types for python ( #5593 )
2 years ago
luetage
670c6b0d40
Kanagawa: theme rulers and some miscellaneous fixes ( #5571 )
...
* discern between rulers and whitespace, add sumiInk2
* darker background for menu and help, bold selection
* bold modifier for insert and select
* dark color for window separator
* bring ruler, whitespace, indent-guide together
2 years ago
Blaž Hrastnik
efeec1282c
theme: Make github match github.com more closely
...
This is a slight divergence from the VSCode theme, but it's more
accurate.
https://github.com/primer/github-vscode-theme/issues/111
https://github.com/primer/github-vscode-theme/issues/88
2 years ago
Pascal Kuthe
0e5159ceca
Fix panic for noop selecting join ( #5579 )
2 years ago
Clément Delafargue
4d7082eb5c
theme(zenburn): separate theme for selection.ui.primary ( #5573 )
2 years ago