Skip to content

Commit

Permalink
Add a bug link for setting colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Jan 23, 2024
1 parent 28051d7 commit 7319e84
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ class KobwebColorProvider : ElementColorProvider {
else -> traceColor(element.parent) // Leaf is just text. The parent is the actual object
}

/**
* Setting colors is not (yet) supported
*/
// TODO(#30): Support setting colors when possible
override fun setColorTo(element: PsiElement, color: Color) = Unit
}

Expand Down

0 comments on commit 7319e84

Please sign in to comment.