Skip to content

Commit 6c92a2f

Browse files
committed
reannotate keywords
1 parent 33039c8 commit 6c92a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/xepozz/crontab/language/CrontabAnnotator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class CrontabAnnotator : Annotator {
4646
companion object {
4747
val SCHEDULE_HIGHLIGHT = TextAttributesKey.createTextAttributesKey(
4848
"CRONTAB_SCHEDULE",
49-
DefaultLanguageHighlighterColors.FUNCTION_DECLARATION,
49+
DefaultLanguageHighlighterColors.KEYWORD,
5050
)
5151
private val IDENTIFIER_HIGHLIGHT = TextAttributesKey.createTextAttributesKey(
5252
"CRONTAB_IDENTIFIER",

0 commit comments

Comments
 (0)