mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Split punctuation semantic highlighting up into more tags
This commit is contained in:
parent
6a0a47dd14
commit
78fe6133c4
14 changed files with 366 additions and 305 deletions
|
@ -76,7 +76,7 @@ pub use crate::{
|
|||
references::{rename::RenameError, Declaration, ReferenceSearchResult},
|
||||
runnables::{Runnable, RunnableKind, TestId},
|
||||
syntax_highlighting::{
|
||||
tags::{Highlight, HlMod, HlMods, HlTag},
|
||||
tags::{Highlight, HlMod, HlMods, HlPunct, HlTag},
|
||||
HlRange,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue