DefaultLanguageHighlighterColors
to inherit default attributes.@Deprecated
public class SyntaxHighlighterColors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TextAttributesKey |
BRACES
Deprecated.
|
static TextAttributesKey |
BRACKETS
Deprecated.
|
static TextAttributesKey |
COMMA
Deprecated.
|
static TextAttributesKey |
DOC_COMMENT
Deprecated.
|
static TextAttributesKey |
DOC_COMMENT_MARKUP
Deprecated.
|
static TextAttributesKey |
DOC_COMMENT_TAG
Deprecated.
|
static TextAttributesKey |
DOT
Deprecated.
|
static TextAttributesKey |
INVALID_STRING_ESCAPE
Deprecated.
|
static TextAttributesKey |
JAVA_BLOCK_COMMENT
Deprecated.
|
static TextAttributesKey |
JAVA_SEMICOLON
Deprecated.
|
static TextAttributesKey |
KEYWORD
Deprecated.
|
static TextAttributesKey |
LINE_COMMENT
Deprecated.
|
static TextAttributesKey |
NUMBER
Deprecated.
|
static TextAttributesKey |
OPERATION_SIGN
Deprecated.
|
static TextAttributesKey |
PARENTHS
Deprecated.
|
static TextAttributesKey |
STRING
Deprecated.
|
static TextAttributesKey |
VALID_STRING_ESCAPE
Deprecated.
|
Constructor and Description |
---|
SyntaxHighlighterColors()
Deprecated.
|
public static final TextAttributesKey LINE_COMMENT
public static final TextAttributesKey JAVA_BLOCK_COMMENT
public static final TextAttributesKey DOC_COMMENT
public static final TextAttributesKey KEYWORD
public static final TextAttributesKey NUMBER
public static final TextAttributesKey STRING
public static final TextAttributesKey OPERATION_SIGN
public static final TextAttributesKey PARENTHS
public static final TextAttributesKey BRACKETS
public static final TextAttributesKey BRACES
public static final TextAttributesKey COMMA
public static final TextAttributesKey DOT
public static final TextAttributesKey JAVA_SEMICOLON
public static final TextAttributesKey DOC_COMMENT_TAG
public static final TextAttributesKey DOC_COMMENT_MARKUP
public static final TextAttributesKey VALID_STRING_ESCAPE
public static final TextAttributesKey INVALID_STRING_ESCAPE