ZIm/crates/language/src
JonasKaplan f0ce62ead8
editor: Add trailing whitespace rendering (#32329)
Closes #5237

- Adds "trailing" option for "show_whitespaces" in settings.json
- Supports importing this setting from vscode

The option in question will render only whitespace characters that
appear after every non-whitespace character in a given line.

Release Notes:

- Added trailing whitespace rendering
2025-06-09 20:48:49 +00:00
..
syntax_map Add #[track_caller] to test utilities that involve marked text (#32043) 2025-06-04 02:37:27 +00:00
buffer.rs language: Don't add final newline on format for an empty buffer (#32320) 2025-06-09 09:00:17 -04:00
buffer_tests.rs Add #[track_caller] to test utilities that involve marked text (#32043) 2025-06-04 02:37:27 +00:00
diagnostic_set.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs python: Re-land usage of source file path in toolchain picker (#31893) 2025-06-02 16:29:06 +00:00
language_registry.rs language: Select language based on longest matching path extension (#29716) 2025-05-26 11:00:05 -07:00
language_settings.rs editor: Add trailing whitespace rendering (#32329) 2025-06-09 20:48:49 +00:00
manifest.rs python: Re-land usage of source file path in toolchain picker (#31893) 2025-06-02 16:29:06 +00:00
outline.rs Fix panic when outline items have no name (#24574) 2025-02-10 18:50:26 +00:00
proto.rs lsp: Implement support for the textDocument/diagnostic command (#19230) 2025-06-05 19:42:52 +00:00
syntax_map.rs chore: Fix warnings for Rust 1.89 (#32378) 2025-06-09 13:11:57 +02:00
task_context.rs Improve TypeScript task detection (#31711) 2025-05-29 20:51:20 +00:00
text_diff.rs agent: Improve Gemini support in the edit_file tool (#31116) 2025-05-22 12:01:43 +03:00
toolchain.rs python: Re-land usage of source file path in toolchain picker (#31893) 2025-06-02 16:29:06 +00:00