package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val nvim_buf_add_highlight : buffer:Nvim_internal.Buffer.t -> namespace:Namespace.t -> hl_group:string -> line:int -> col_start:int -> col_end:int -> t

From `:h api-highlights`: If an external highlighter plugin wants to add many highlights in a batch, performance can be improved by calling nvim_buf_add_highlight as an asynchronous notification, after first (synchronously) requesting a source id.