ZIm/crates/editor/src
Piotr Osiewicz bff1d8b142
task: Allow obtaining custom task variables from tree-sitter queries (#11624)
From now on, only top-level captures are treated as runnable tags and
the rest is appended to task context as custom environmental variables
(unless the name is prefixed with _, in which case the capture is
ignored). This is most likely gonna help with Pest-like test runners.



Release Notes:

- N/A

---------

Co-authored-by: Remco <djsmits12@gmail.com>
2024-05-09 23:38:18 +02:00
..
display_map Rust 1.78 (#11314) 2024-05-05 15:02:50 +02:00
git Add a registry for GitHostingProviders (#11470) 2024-05-06 21:24:48 -04:00
scroll Allow to toggle git hunk diffs (#11080) 2024-05-01 22:47:36 +03:00
test Do not show diffs for files with \r\n contents (#11519) 2024-05-08 00:37:09 +03:00
actions.rs Task indicators in multibuffers (#11603) 2024-05-09 12:22:33 +02:00
blame_entry_tooltip.rs Increase short SHA length to 7 characters (#11492) 2024-05-07 11:10:44 -04:00
blink_manager.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
debounced_delay.rs Add debounce for re-querying completion documentation 2024-01-31 09:50:26 -05:00
display_map.rs vim: Fix e/E with inlay hints (#11616) 2024-05-09 13:45:45 -06:00
editor.rs task: Allow obtaining custom task variables from tree-sitter queries (#11624) 2024-05-09 23:38:18 +02:00
editor_settings.rs Scrollbar markers for cursors (#10816) 2024-04-27 02:26:42 +03:00
editor_tests.rs Remember window restore size (#10429) 2024-05-07 23:29:03 -06:00
element.rs Fix scrollbar markers for folded code (#11625) 2024-05-09 14:23:21 -07:00
git.rs Do not show diffs for files with \r\n contents (#11519) 2024-05-08 00:37:09 +03:00
highlight_matching_bracket.rs Compute scrollbar markers asynchronously (#10080) 2024-04-03 12:21:17 +02:00
hover_links.rs Fix backwards mouse selection in vim mode (#11329) 2024-05-03 10:29:30 -06:00
hover_popover.rs Pass hover position as an anchor (#11578) 2024-05-08 15:39:37 -06:00
hunk_diff.rs Improve deleted hunk blocks' behavior (#11340) 2024-05-03 12:18:50 +03:00
inlay_hint_cache.rs Add a setting for custom associations between languages and files (#9290) 2024-03-13 10:23:30 -07:00
inline_completion_provider.rs Supermaven enhanced (#11521) 2024-05-07 15:38:03 -07:00
items.rs support vim replace command with range (#10709) 2024-04-29 18:49:30 -06:00
mouse_context_menu.rs Add support for detecting tests in source files, and implement it for Rust (#11195) 2024-05-05 16:32:48 +02:00
movement.rs Adjust left movement when soft_wrap mode is used (#10464) 2024-04-12 10:36:31 -06:00
persistence.rs wip 2023-01-25 11:32:19 -08:00
rust_analyzer_ext.rs open new buffer (#11203) 2024-04-30 16:09:43 -06:00
scroll.rs Allow to toggle git hunk diffs (#11080) 2024-05-01 22:47:36 +03:00
selections_collection.rs Rust 1.78 (#11314) 2024-05-05 15:02:50 +02:00
tasks.rs task: Allow obtaining custom task variables from tree-sitter queries (#11624) 2024-05-09 23:38:18 +02:00
test.rs Use Rope instead of String for buffer diff base (#11300) 2024-05-03 11:18:43 +03:00