Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/function/nvim/mod.ts>nvim_get_hl_by_name

📚 Standard module for denops.vim
Go to Latest
function nvim_get_hl_by_name
import { nvim_get_hl_by_name } from "https://deno.land/x/denops_std@v3.6.0/function/nvim/mod.ts";

Gets a highlight definition by name. Parameters: ~ {name} Highlight group name {rgb} Export RGB colors Return: ~ Highlight definition map See also: ~ nvim_get_hl_by_id

Parameters

denops: Denops
name: unknown
rgb: unknown

Returns

Promise<unknown>