zed/crates/language/src
Antonio Scandurra d3db700db4 Fix panic on paste when editing with auto-indent
Instead of accepting text as it's input by the user, we will read it
out of the edit operation after it gets sanitized by the buffer.
2022-07-06 19:00:11 +02:00
..
buffer.rs Fix panic on paste when editing with auto-indent 2022-07-06 19:00:11 +02:00
diagnostic_set.rs Provide diagnostic context to codeAction 2022-03-31 15:39:52 -07:00
highlight_map.rs Avoid spurious highlight runs in Language::highlight_text 2022-04-22 13:13:54 -07:00
language.rs Add new indentation features to support Python 2022-06-27 22:34:14 -07:00
outline.rs
proto.rs Strip carriage returns from all text in text::Buffer 2022-07-05 17:25:09 -07:00
tests.rs Fix panic on paste when editing with auto-indent 2022-07-06 19:00:11 +02:00