ZIm/crates/language/src
Max Brunsfeld 8e925bf58f
Don't panic when a tree-sitter parse fails (#11076)
Fixes
https://zed-industries.slack.com/archives/C04S6T1T7TQ/p1714162894982749

Release Notes:
* Fixed a crash that could happen if an error occurred in a parser
provided by an extension.

Co-authored-by: Conrad <conrad@zed.dev>
2024-04-26 16:59:35 -06:00
..
syntax_map Add a setting for custom associations between languages and files (#9290) 2024-03-13 10:23:30 -07:00
buffer.rs Revert "Revert "language: Remove buffer fingerprinting (#9007)"" (#9671) 2024-04-12 18:40:35 +02:00
buffer_tests.rs Improve the ergonomics of creating local buffers (#10347) 2024-04-10 08:32:51 -06:00
diagnostic_set.rs Send along diagnostics when requesting code actions (#10281) 2024-04-08 17:54:06 +02:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs Merge Zed task context providing logic (#10544) 2024-04-15 11:52:15 +03:00
language_registry.rs Allow controlling Tailwind via the language_servers setting (#11012) 2024-04-25 17:29:47 -04:00
language_settings.rs Fix typo in comment 2024-04-25 17:30:47 -04:00
markdown.rs Fix Markdown code rendering in tooltips ignoring languages (#10607) 2024-04-16 12:49:35 +02:00
outline.rs Enable clippy::useless_conversion (#8724) 2024-03-02 16:31:47 -05:00
proto.rs Revert "Revert "language: Remove buffer fingerprinting (#9007)"" (#9671) 2024-04-12 18:40:35 +02:00
syntax_map.rs Don't panic when a tree-sitter parse fails (#11076) 2024-04-26 16:59:35 -06:00
task_context.rs Always provide default task context (#10764) 2024-04-19 10:51:50 +03:00