[terminal] restrict CompositeEditorHighlighter visibility

(cherry picked from commit 3d2f25b8b3cbdd16bc1a733a55ce8cea107dab35)

IJ-CR-146871

GitOrigin-RevId: 53a527b495d806c5055563caeb4e7bb7df23bdc9
This commit is contained in:
Sergey Simonchik
2024-10-16 18:23:29 +02:00
committed by intellij-monorepo-bot
parent b8fe877ec9
commit d4672f0d2e

View File

@@ -16,7 +16,7 @@ import com.intellij.util.concurrency.annotations.RequiresEdt
* at least two switchable highlighters are applicable
* @property switchableEditorHighlighters List of switchable editor highlighters to combine in this composite highlighter
*/
abstract class CompositeEditorHighlighter(
internal abstract class CompositeEditorHighlighter(
private val defaultEditorHighlighter: EditorHighlighter,
) : EditorHighlighter {