Skip to main content
Module

x/denops_std/popup/types.ts>Highlight

📚 Standard module for denops.vim
Go to Latest
type alias Highlight
import { type Highlight } from "https://deno.land/x/denops_std@v6.4.0/popup/types.ts";

Highlighting of the popup:

  • "normal" Normal highlight group
  • "border" Border highlight group
definition: { normal?: string; border?: string; }