Skip to content

Commit bb5a40a

Browse files
committed
mend
Add semantic highlighting modifiers for punctuations
1 parent a64ef4f commit bb5a40a

File tree

1 file changed

+0
-1
lines changed
  • crates/ide/src/syntax_highlighting

1 file changed

+0
-1
lines changed

crates/ide/src/syntax_highlighting/html.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ pub(crate) fn highlight_as_html(db: &RootDatabase, file_id: FileId, rainbow: boo
3535
let curr = &text[TextRange::new(range.range.start(), range.range.end())];
3636

3737
let class = range.highlight.to_string().replace('.', " ");
38-
dbg!(&class);
3938
let color = match (rainbow, range.binding_hash) {
4039
(true, Some(hash)) => {
4140
format!(" data-binding-hash=\"{}\" style=\"color: {};\"", hash, rainbowify(hash))

0 commit comments

Comments
 (0)