[Markdown][IDEA-272694] Do not inherit list item text attributes from default text

GitOrigin-RevId: 12e4009175eaa3418e1d242b56a079bb5f0346f0
This commit is contained in:
Ivan Posti
2022-09-05 15:45:23 +02:00
committed by intellij-monorepo-bot
parent 9a1993c228
commit eb331dadb4

View File

@@ -40,7 +40,7 @@ public final class MarkdownHighlighterColors {
public static final TextAttributesKey CODE_FENCE_MARKER_ATTR_KEY = createTextAttributesKey("MARKDOWN_CODE_FENCE_MARKER", KEYWORD);
public static final TextAttributesKey CODE_FENCE_LANGUAGE_ATTR_KEY = createTextAttributesKey("MARKDOWN_CODE_FENCE_LANGUAGE", CONSTANT);
public static final TextAttributesKey LIST_ITEM_ATTR_KEY = createTextAttributesKey("MARKDOWN_LIST_ITEM", TEXT);
public static final TextAttributesKey LIST_ITEM_ATTR_KEY = createTextAttributesKey("MARKDOWN_LIST_ITEM");
public static final TextAttributesKey TABLE_SEPARATOR_ATTR_KEY = createTextAttributesKey("MARKDOWN_TABLE_SEPARATOR", KEYWORD);
public static final TextAttributesKey STRIKE_THROUGH_ATTR_KEY = createTextAttributesKey("MARKDOWN_STRIKE_THROUGH", DEPRECATED_ATTRIBUTES);