mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
IJPL-303 cleanup
GitOrigin-RevId: 03f11126abf53759275e3ef4ca18f2c351bb3b1d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5246e6c7c6
commit
9570017312
@@ -18,7 +18,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
*/
|
||||
public interface EditorHighlighterProvider {
|
||||
/**
|
||||
* Low level API for customizing language's file syntax highlighting in editor component.
|
||||
* Low-level API for customizing language's file syntax highlighting in an editor component.
|
||||
*
|
||||
* @param project The project in which the highlighter will work, or null if the highlighter is not tied to any project.
|
||||
* @param fileType the file type of the file to be highlighted
|
||||
@@ -27,6 +27,6 @@ public interface EditorHighlighterProvider {
|
||||
*/
|
||||
EditorHighlighter getEditorHighlighter(@Nullable Project project,
|
||||
@NotNull FileType fileType,
|
||||
final @Nullable VirtualFile virtualFile,
|
||||
@Nullable VirtualFile virtualFile,
|
||||
@NotNull EditorColorsScheme colors);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user