Fix highlighting for extern crate in doc comments

This commit is contained in:
asuto15 2025-02-11 15:06:56 +09:00
parent f5e7172e96
commit de77d7f661
No known key found for this signature in database
GPG key ID: 690AB67B4751D0D6
3 changed files with 7 additions and 0 deletions

View file

@ -722,6 +722,9 @@ fn test_highlight_doc_comment() {
//! fn test() {}
//! ```
//! ```rust
//! extern crate Krate;
//! ```
mod outline_module;
/// ```