Eloi Torrents
7e191f5915
Support sagemath language ( #5649 )
2023-01-23 12:10:27 -06:00
Pascal Kuthe
361a834486
Fix selecting a changed file in global search ( #5639 )
2023-01-23 11:18:44 -06:00
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)
2023-01-23 08:51:42 -06:00
Jonathan LEI
769fb5fe97
Make clippy happy on Windows ( #5644 )
2023-01-23 19:21:34 +05:30
Jared Moulton
5c6b7127f8
Add build.gradle to list of java roots ( #5641 )
2023-01-23 16:49:54 +09:00
Yuta Yamaguchi
c8d77cfdb5
refactor(helix-view): remove cfg_attr references a nonexistent feature ( #5630 )
...
Fixes https://github.com/helix-editor/helix/issues/5615
2023-01-22 23:34:14 +05:30
Luca Saccarola
d99a720536
theme: make dracula ui.virtual.whitespace less intrusive ( #5627 )
2023-01-21 16:52:56 -06:00
Alex
f103d2273b
Add markup.strikethrough
theme keys ( #5619 )
2023-01-21 16:21:26 -06:00
Doug Kelkhoff
2b58ff4d7c
Add configuration for min width of line-numbers gutter ( #4724 )
2023-01-21 14:20:59 -06:00
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.
2023-01-21 13:24:40 -06:00
Vítor Galvão
42b0401416
tutor: Change "Type" to "Press" for specials keys and modifiers ( #5609 )
2023-01-21 13:19:24 -06:00
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.
2023-01-21 13:18:16 -06:00
Ivan Tham
a20a96abdc
Remove apply_transaction helper ( #5598 )
2023-01-21 12:13:43 -06:00
Timothy DeHerrera
68fc10903a
themes: Extend snazzy ( #3971 )
2023-01-20 13:35:52 -06:00
yashpalgoyal1304
edd0ba7f19
book: Link MSYS2 proper command page ( #5601 )
2023-01-20 10:05:34 -06:00
LeoniePhiline
248a9f3635
fix(theme): Fix error background-foreground-contrast in monokai_pro_spectrum
2023-01-20 09:56:45 -06:00
LeoniePhiline
338f207d4b
fix(theme): Replace non-palette color "magenta" with palette color "red" in monokai_pro_spectrum
2023-01-20 09:56:45 -06:00
anna
8e10c592b9
add lua injection regex ( #5606 )
2023-01-20 15:20:40 +09:00
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>
2023-01-19 11:26:12 -06:00
Nachum Barcohen
94ef6fb69b
Add more file-types for python ( #5593 )
2023-01-19 10:08:56 -06:00
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
2023-01-19 10:05:18 -06:00
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
2023-01-19 15:23:08 +09:00
Pascal Kuthe
0e5159ceca
Fix panic for noop selecting join ( #5579 )
2023-01-18 15:28:47 -06:00
Clément Delafargue
4d7082eb5c
theme(zenburn): separate theme for selection.ui.primary ( #5573 )
2023-01-18 15:15:22 -06:00
Pascal Kuthe
7868e5f2d8
highlight non-bar cursors ( #5575 )
2023-01-19 00:28:45 +08:00
Pascal Kuthe
1b69c7b4af
doc: add build instructions for musl-libc ( #5572 )
2023-01-18 10:01:17 -06:00
Gokul Soumya
5c7db7aed5
Replace menu::Item::{row, label} with format()
2023-01-18 14:19:32 +09:00
Gokul Soumya
b2837ff3be
Minimize allocation when converting table rows to string
2023-01-18 14:19:32 +09:00
Gokul Soumya
7a76c6cbba
Use upstream implementation of table column calculation
...
Changed in a68e38e59e
.
2023-01-18 14:19:32 +09:00
Gokul Soumya
9aafcb2b9a
Reuse table in picker
2023-01-18 14:19:32 +09:00
gibbz00
deae13f404
Primary cursor colors by mode ( #5130 )
...
* (theme) feat: mode based primary cursor colors
* docs/themes: mode based primary cursor colors
2023-01-18 14:18:49 +09:00
Josh Bainbridge
b65f104a3f
Fix diagnostic indicator background for gruvbox themes ( #5540 )
...
The diagnostic indicator background did not match the column or rows background
colour as this was context specific, and the background for the indicator was
being explicitly set.
This commit removes the explicit value for the indicators background allowing
it to adapt to the context. This is aligns it with other themes, and resolves
the issue.
2023-01-17 16:16:05 -06:00
mejo13
e7e47fd542
Add command to rotate view backward ( #5356 )
2023-01-17 16:15:21 -06:00
Clément Delafargue
9530fab4b6
doc: expand documentation on configuring minor modes
...
Fixes #3835 , #4811
2023-01-17 12:05:19 -06:00
Clément Delafargue
a02dd17e82
doc: make the order of unimpaired mappings consistent
...
Most mappings are next `]` then previous `[`, except for a few ones.
Fixes #5145
2023-01-17 12:05:19 -06:00
dependabot[bot]
6317e0a715
build(deps): bump hashbrown from 0.13.1 to 0.13.2 ( #5559 )
...
Bumps [hashbrown](https://github.com/rust-lang/hashbrown ) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/rust-lang/hashbrown/releases )
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/hashbrown/compare/v0.13.1...v0.13.2 )
---
updated-dependencies:
- dependency-name: hashbrown
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>
2023-01-17 10:07:09 +09:00
dependabot[bot]
6d34faf4fb
build(deps): bump libc from 0.2.137 to 0.2.139 ( #5558 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.137 to 0.2.139.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.137...0.2.139 )
---
updated-dependencies:
- dependency-name: libc
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>
2023-01-17 10:05:34 +09:00
Nikodem Rabuliński
3cf5216dbd
Commit to history after executing a command from the palette ( #5294 )
2023-01-16 10:41:22 -06:00
greg-enbala
60f84be40c
Separate jump behavior from increment/decrement ( #4123 )
...
increment/decrement (C-a/C-x) had some buggy behavior where selections
could be offset incorrectly or the editor could panic with some edits
that changed the number of characters in a number or date. These stemmed
from the automatic jumping behavior which attempted to find the next
date or integer to increment. The jumping behavior also complicated the
code quite a bit and made the behavior somewhat difficult to predict
when using many cursors.
This change removes the automatic jumping behavior and only increments
or decrements when the full text in a range of a selection is a number
or date. This simplifies the code and fixes the panics and buggy
behaviors from changing the number of characters.
2023-01-16 10:15:23 -06:00
Ayoub Benali
97083f8836
Enable http server by default in Metals config ( #5551 )
...
This is required to make commands like [doctor-run](https://scalameta.org/metals/docs/integrations/new-editor#run-doctor ) work.
It simply opens a browser to get general information about the build.
Co-authored-by: Ayoub Benali <ayoub.benali@xing.com>
2023-01-16 10:03:03 -06:00
Clément Delafargue
7bdba4a6bf
doc: add missing whitespace.render
sub-key
2023-01-16 10:02:15 -06:00
Clément Delafargue
425d7e5f1b
doc: add a note about nested bindings in key remapping
...
It was not clear (to me) that minor modes were configurable in the
keymap configuration.
2023-01-16 10:02:15 -06:00
eugene yokota
6f6334f3c6
highlight(scala): update the Scala highlight queries ( #5546 )
...
There have been a lot of changes in tree-sitter/tree-sitter-scala,
including partial support for Scala 3 syntax and breaking changes in
some of the nodes.
This bumps up the grammar to the latest, and adjusts the queries.
Co-authored-by: Anton Sviridov <keynmol@gmail.com>
Co-authored-by: Chris Kipp <ckipp@pm.me>
2023-01-16 09:48:17 -06:00
Itay123
d3e0f18c89
Added opening files in the background with A-ret shortcut ( #4435 )
2023-01-16 16:18:13 +09:00
gavynriebau
cce19713fb
Fix for lost clipboard contents ( #5424 ) ( #5426 )
...
* Fix for lost clipboard contents (#5424 )
* PR feedback: Call "setsid" for all unix systems
* PR Feedback: Only install libc for unix targets
2023-01-16 16:13:48 +09:00
Clément Delafargue
b6331394a3
book: fix the injection-regex example
...
The regex uses anchors, while all of the language
configs packaged with helix don't use them.
2023-01-13 09:42:05 -06:00
Clément Delafargue
1f6809c9ce
Language support for dhall
...
https://dhall-lang.org/
2023-01-13 09:42:05 -06:00
not
051cd786a4
Rosé Pine theme: use official variants ( #5489 )
2023-01-12 17:29:05 -06:00
blt__
c988bd9629
Change built-in themes to use curly underlines ( #5419 )
...
* Change built-in themes to use curly underlines
* Change fleet_dark to use curly underlines
2023-01-12 13:22:16 +09:00
Yura Shymon
4e9a0700db
Update tree-sitter-json, add jsonc as file-type for json ( #5509 )
...
New git revision of tree-sitter-json that supports comments.
Jsonc is alias for json.
Both formats doesn't mark comments as errors now.
2023-01-12 13:21:11 +09:00