Split punctuation semantic highlighting up into more tags

This commit is contained in:
Lukas Wirth 2021-01-10 13:33:03 +01:00
parent 6a0a47dd14
commit 78fe6133c4
14 changed files with 366 additions and 305 deletions

View file

@ -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,
},
};