[xml] API cleanup: mark deprecated unused API for removal (IJPL-156972)

GitOrigin-RevId: 125d94f869c821424fab736e7cd280e20d94a6a0
This commit is contained in:
Nikolay Chashnikov
2024-10-10 20:43:36 +02:00
committed by intellij-monorepo-bot
parent c35965ba8d
commit 7062259054

View File

@@ -18,7 +18,7 @@ package com.intellij.lexer;
/**
* @deprecated Use or extend {@link XHtmlLexer} directly with {@code highlightMode} set to {@code true}
*/
@Deprecated
@Deprecated(forRemoval = true)
public class XHtmlHighlightingLexer extends XHtmlLexer {
public XHtmlHighlightingLexer() {