mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[Markdown][IDEA-272694] Do not inherit list item text attributes from default text
GitOrigin-RevId: 12e4009175eaa3418e1d242b56a079bb5f0346f0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9a1993c228
commit
eb331dadb4
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user