rust/crates/ide/src/syntax_highlighting
bors[bot] 0646d5cf9e
Merge #10413
10413: fix: Fix format highlighting with `concat!` and `unreachable!` r=jonas-schievink a=jonas-schievink

Last item in https://github.com/rust-analyzer/rust-analyzer/issues/10394, closes https://github.com/rust-analyzer/rust-analyzer/issues/10394

Also documents why/how `is_format_string` even works, since I found that nontrivial.

bors r+

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2021-10-01 11:31:32 +00:00
..
test_data Merge #10413 2021-10-01 11:31:32 +00:00
format.rs Fix format highlighting with concat! 2021-10-01 13:28:05 +02:00
highlight.rs Add semantic token modifier for crate root 2021-10-01 20:52:13 +10:00
highlights.rs Use upstream TextSize API 2021-01-13 21:32:24 +03:00
html.rs Don't highlight unsafe traits as unsafe in safe impls 2021-09-15 15:46:45 +02:00
inject.rs Restructure syntax element highlighting 2021-09-30 21:44:56 +02:00
injector.rs Restructure syntax element highlighting 2021-09-30 21:44:56 +02:00
macro_.rs Unleash macro 2.0 in hightlight and more 2021-03-27 14:42:49 +08:00
tags.rs Add semantic token modifier for crate root 2021-10-01 20:52:13 +10:00
tests.rs Merge #10413 2021-10-01 11:31:32 +00:00