public interface CustomHighlighterTokenType
Modifier and Type | Interface and Description |
---|---|
static class |
CustomHighlighterTokenType.CustomElementType |
Modifier and Type | Field and Description |
---|---|
static IElementType |
CHARACTER |
static IElementType |
CUSTOM_CONTENT |
static IElementType |
IDENTIFIER |
static IElementType |
KEYWORD_1 |
static IElementType |
KEYWORD_2 |
static IElementType |
KEYWORD_3 |
static IElementType |
KEYWORD_4 |
static int |
KEYWORD_TYPE_COUNT |
static IElementType |
L_ANGLE |
static IElementType |
L_BRACE |
static IElementType |
L_BRACKET |
static IElementType |
L_PARENTH |
static IElementType |
LINE_COMMENT |
static IElementType |
MULTI_LINE_COMMENT |
static IElementType |
NUMBER |
static IElementType |
PUNCTUATION |
static IElementType |
R_ANGLE |
static IElementType |
R_BRACE |
static IElementType |
R_BRACKET |
static IElementType |
R_PARENTH |
static IElementType |
SINGLE_QUOTED_STRING |
static IElementType |
STRING |
static IElementType |
WHITESPACE |
static final IElementType KEYWORD_1
static final IElementType KEYWORD_2
static final IElementType KEYWORD_3
static final IElementType KEYWORD_4
static final int KEYWORD_TYPE_COUNT
static final IElementType STRING
static final IElementType SINGLE_QUOTED_STRING
static final IElementType NUMBER
static final IElementType IDENTIFIER
static final IElementType LINE_COMMENT
static final IElementType MULTI_LINE_COMMENT
static final IElementType WHITESPACE
static final IElementType CHARACTER
static final IElementType PUNCTUATION
static final IElementType L_BRACE
static final IElementType R_BRACE
static final IElementType L_ANGLE
static final IElementType R_ANGLE
static final IElementType L_BRACKET
static final IElementType R_BRACKET
static final IElementType L_PARENTH
static final IElementType R_PARENTH
static final IElementType CUSTOM_CONTENT