48495051525354
public String getCharset(@NotNull VirtualFile file, @NotNull byte[] content) { return CharsetToolkit.UTF8; } public EditorHighlighter getEditorHighlighter(@NotNull EditorColorsScheme colors) { return new GoEditorHighlighter(colors); }