ZIm/crates/language/src
Julia 757f05042d Fix deadlock while initializing JSON language server
As it turns out both parking-lot and std's `RwLock` disallows taking
multiple read locks on the same thread

Co-Authored-By: Max Brunsfeld <max@zed.dev>
2023-03-16 17:32:51 -04:00
..
buffer.rs Clear selections on buffer only if they hadn't been cleared already 2023-03-08 17:04:01 +01:00
buffer_tests.rs Allow waiting for language to be loaded in LanguageRegistry APIs 2023-03-10 12:17:47 +01:00
diagnostic_set.rs Clip diagnostic range before and during empty range expansion 2022-11-23 13:21:05 -05:00
highlight_map.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
language.rs Fix deadlock while initializing JSON language server 2023-03-16 17:32:51 -04:00
outline.rs Add buffer method for getting the symbols containing a position 2022-03-15 14:04:58 -07:00
proto.rs WIP: Avoid converting RopeFingerprint into a string 2023-01-18 12:22:08 +01:00
syntax_map.rs Allow waiting for language to be loaded in LanguageRegistry APIs 2023-03-10 12:17:47 +01:00