ZIm/crates/language/src
Conrad Irwin 646f69583a
Allow opening non-extant files (#9256)
Fixes #7400



Release Notes:

- Improved the `zed` command to not create files until you save them in
the editor ([#7400](https://github.com/zed-industries/zed/issues/7400)).
2024-03-12 22:30:04 -06:00
..
syntax_map Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
buffer.rs Allow opening non-extant files (#9256) 2024-03-12 22:30:04 -06:00
buffer_tests.rs Enable clippy::single_char_pattern (#8727) 2024-03-02 17:04:59 -05:00
diagnostic_set.rs Clean up references in doc comments in language crate (#6729) 2024-01-25 16:04:58 -05:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs Provide wasm extensions with APIs needed for using pre-installed LSP binaries (#9085) 2024-03-08 17:18:06 -05:00
language_registry.rs task: Add task contexts (#8675) 2024-03-04 21:04:53 +01:00
language_settings.rs Debounce refresh of inlay hints on buffer edits (#8282) 2024-02-27 11:18:13 +01:00
markdown.rs Support rendering strikethrough text in markdown (#8287) 2024-02-26 21:04:48 +02:00
outline.rs Enable clippy::useless_conversion (#8724) 2024-03-02 16:31:47 -05:00
proto.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
syntax_map.rs Enable clippy::iter_overeager_cloned (#8839) 2024-03-04 12:22:11 -05:00