Commit 4deaecd0 authored by Dmitry Batrak's avatar Dmitry Batrak Committed by intellij-monorepo-bot
Browse files

SyntaxInfoBuilder cleanup

GitOrigin-RevId: 32ac9fa969bcd497252434eded55f9334acfdf5c
parent 829ff416
Showing with 1 addition and 3 deletions
+1 -3
......@@ -362,9 +362,7 @@ public final class SyntaxInfoBuilder {
HighlightInfoType type = info.type;
key = type.getAttributesKey();
}
if (key != null) {
attributes = myColorsScheme.getAttributes(key);
}
attributes = myColorsScheme.getAttributes(key);
}
if (attributes == null) {
continue;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment