ZIm/crates/language/src
thataboy a141415bd3
Add cursor_shape setting for the default editor (#17572)
Closes https://github.com/zed-industries/zed/issues/16451,
https://github.com/zed-industries/zed/issues/14447,
https://github.com/zed-industries/zed/issues/7203

Addresses but does not closes
https://github.com/zed-industries/zed/issues/5179

Expose cursor shape selection to users. Possibly controversial, since
block cursor seems preserved for vim and terminal. But the heart wants
what it wants?

Release Notes:

- Added a setting for `cursor_shape`. Can be `bar`, `block`,
`underline`, or `hollow`. Default is `bar`.
2024-09-16 21:01:43 -06:00
..
syntax_map Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07:00
buffer.rs Add cursor_shape setting for the default editor (#17572) 2024-09-16 21:01:43 -06:00
buffer_tests.rs Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07:00
diagnostic_set.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07:00
language_registry.rs Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07:00
language_settings.rs Clamp tab_size setting between 1 and 16 (#17882) 2024-09-16 10:29:42 -04:00
markdown.rs Disable definition lists in Markdown (#17648) 2024-09-10 11:16:27 -04:00
outline.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
proto.rs lsp: Pass back diagnostic .data when querying code actions for it (#14962) 2024-07-22 17:49:11 +02:00
syntax_map.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
task_context.rs tasks: Add experimental support for user-defined task variables (#13699) 2024-07-01 15:59:19 +02:00