helix/helix-term/src
Ashkan Kiani b92e1d15fe Change shell command output formatting
Don't prepend markdown code block if the shell
command has one already.

This allows it to render however it wants instead
of strictly sticking to [sh].

There is already the workaround of echoing [```]
to close the existing block first, but that produces
an extra blank line at the top that is ugly.
2025-06-19 20:19:25 +08:00
..
commands Change shell command output formatting 2025-06-19 20:19:25 +08:00
handlers LSP: Short-circuit documentColors request for no servers 2025-06-16 09:42:48 -04:00
keymap Add goto_column and extend_to_column commands (#13440) 2025-05-01 09:12:30 -05:00
ui Picker: Detect language before rendering preview (#13761) 2025-06-13 09:29:26 -05:00
application.rs use human-readable sizes for file size on save/write (#13627) 2025-06-17 09:10:14 -05:00
args.rs feat: passing multile of the same files in the arguments places a cursor at each position (#12192) 2025-01-23 14:04:02 -06:00
commands.rs Add exporting HELIX_FILE_PATH to shell commands 2025-06-18 21:07:27 +08:00
compositor.rs Do not record keys pressed by macros while recording a macro (#12733) 2025-01-30 18:14:04 -06:00
config.rs feat: smart_tab 2023-08-01 09:41:42 -05:00
events.rs Add document and LSP lifecycle events, move some callbacks into hooks 2025-03-22 11:41:50 -04:00
handlers.rs Color swatches ( 🟩 green 🟥 #ffaaaa ) (#12308) 2025-03-23 16:07:02 -05:00
health.rs health: Use lsp name in output wherever possible (#13573) 2025-05-21 09:38:16 -05:00
job.rs Add hook/event system 2024-01-23 11:20:19 +09:00
keymap.rs Rewrite command line parsing, add flags and expansions (#12527) 2025-02-26 19:50:15 -06:00
lib.rs fix(lints): clippy 1.84 2025-01-23 15:18:16 -05:00
main.rs feat: passing multile of the same files in the arguments places a cursor at each position (#12192) 2025-01-23 14:04:02 -06:00