We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33039c8 commit 6c92a2fCopy full SHA for 6c92a2f
src/main/kotlin/com/github/xepozz/crontab/language/CrontabAnnotator.kt
@@ -46,7 +46,7 @@ class CrontabAnnotator : Annotator {
46
companion object {
47
val SCHEDULE_HIGHLIGHT = TextAttributesKey.createTextAttributesKey(
48
"CRONTAB_SCHEDULE",
49
- DefaultLanguageHighlighterColors.FUNCTION_DECLARATION,
+ DefaultLanguageHighlighterColors.KEYWORD,
50
)
51
private val IDENTIFIER_HIGHLIGHT = TextAttributesKey.createTextAttributesKey(
52
"CRONTAB_IDENTIFIER",
0 commit comments