ZIm/crates/extension_host/src
Liam Murphy 72e1947025
Update tree-sitter to 0.24 (#24492)
I didn't update it to 0.25 because its Wasm support seems to be
partially broken due to
https://github.com/tree-sitter/tree-sitter/pull/3938: it didn't
introduce a check that the Wasm module's ABI is new enough to include
supertype info while parsing it, and so in the case where it isn't it
ends up interpreting random bytes as the number of supertypes, causing
out-of-bounds memory accesses.

Closes #24489

Release Notes:

- Fixed a rare crash during syntax highlighting
2025-02-10 10:52:27 -08:00
..
wasm_host Update tree-sitter to 0.24 (#24492) 2025-02-10 10:52:27 -08:00
extension_host.rs theme: Implement icon theme reloading (#24449) 2025-02-07 11:30:53 -05:00
extension_settings.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
extension_store_test.rs windows: Fix tests on Windows (#22616) 2025-02-05 14:30:09 +00:00
headless_host.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
wasm_host.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00