Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/option/nvim/mod.ts>winhighlight

๐Ÿ“š Standard module for denops.vim
Go to Latest
variable winhighlight
import { winhighlight } from "https://deno.land/x/denops_std@v3.9.0/option/nvim/mod.ts";

Window-local highlights. Comma-delimited list of highlight |group-name| pairs "{hl-builtin}:{hl},..." where each {hl-builtin} is a built-in |highlight-groups| item to be overridden by {hl} group in the window. Only built-in |highlight-groups| are supported, not syntax highlighting (use |:ownsyntax| for that).