Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.5.0/popup/types.ts";

Highlighting of the popup:

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