Hey, what is the behavior of DefaultLanguageHighli...
# intellij-plugins
h
Hey, what is the behavior of DefaultLanguageHighlighterColors? I created a key with
createTextAttributesKey("FUNCTIONS", DefaultLanguageHighlighterColors.FUNCTION_CALL))
, and the token returns this key, but the syntax highlighter is still text:
FUNCTIONS (fallbackKey: DEFAULT_FUNCTION_CALL (fallbackKey: DEFAULT_IDENTIFIER (fallbackKey: TEXT)))
.