zed/crates/editor/src
Kirill Bulatov cb430fc3e4
Autodetect parser name with prettier by default (#11558)
Closes https://github.com/zed-industries/zed/issues/11517 

* Removes forced prettier parser name for languages, making `auto`
command to run prettier on every file by default.
* Moves prettier configs away from plugin language declarations into
language settings

Release Notes:

- N/A
2024-05-15 22:51:46 +03:00
..
display_map Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
git Extract http from util (#11680) 2024-05-10 15:50:20 -06:00
scroll Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
test vim test redux (#11709) 2024-05-11 14:04:05 -04:00
actions.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
blame_entry_tooltip.rs Increase short SHA length to 7 characters (#11492) 2024-05-07 11:10:44 -04:00
blink_manager.rs
debounced_delay.rs
display_map.rs editor: Use proper rows for fold indicators in the gutter (#11741) 2024-05-13 12:03:13 +02:00
editor.rs Do not select target range going to definition (#11691) 2024-05-15 09:13:32 -06:00
editor_settings.rs editor: Current line highlight options (#11710) 2024-05-13 22:02:12 +03:00
editor_tests.rs Autodetect parser name with prettier by default (#11558) 2024-05-15 22:51:46 +03:00
element.rs Make primary clipboard Linux only (#11843) 2024-05-15 10:44:47 -07:00
git.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
highlight_matching_bracket.rs
hover_links.rs Fix backwards mouse selection in vim mode (#11329) 2024-05-03 10:29:30 -06:00
hover_popover.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
hunk_diff.rs Remove selection highlights from deleted diff editors on blur (#11772) 2024-05-14 01:15:49 +03:00
inlay_hint_cache.rs
inline_completion_provider.rs Supermaven enhanced (#11521) 2024-05-07 15:38:03 -07:00
items.rs
mouse_context_menu.rs Fix bug with keymaps flickering in mouse menu (#11795) 2024-05-14 17:18:21 -06:00
movement.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
persistence.rs
rust_analyzer_ext.rs open new buffer (#11203) 2024-04-30 16:09:43 -06:00
scroll.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
selections_collection.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
tasks.rs task: Allow obtaining custom task variables from tree-sitter queries (#11624) 2024-05-09 23:38:18 +02:00
test.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00