File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/com/github/xepozz/crontab/language Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package com.github.xepozz.crontab.language
22
3- import com.github.xepozz.crontab.language.psi.CrontabSchedule
3+ import com.github.xepozz.crontab.language.psi.CrontabTimePointer
44import com.github.xepozz.crontab.language.psi.CrontabVariableName
55import com.github.xepozz.crontab.language.psi.CrontabVariableValue
66import com.intellij.lang.annotation.AnnotationHolder
@@ -13,7 +13,7 @@ import com.intellij.psi.PsiElement
1313class CrontabAnnotator : Annotator {
1414 override fun annotate (element : PsiElement , holder : AnnotationHolder ) {
1515 when (element) {
16- is CrontabSchedule -> {
16+ is CrontabTimePointer -> {
1717 holder.newSilentAnnotation(HighlightSeverity .INFORMATION )
1818 .range(element.textRange)
1919 .textAttributes(SCHEDULE_HIGHLIGHT )
You can’t perform that action at this time.
0 commit comments