pub fn get_hl(
ns_id: u32,
opts: &GetHighlightOpts,
) -> Result<GetHlInfos<impl SuperIterator<(String, HighlightInfos)> + use<>>, Error>Expand description
Binding to nvim_get_hl().
Gets all or specific highlight groups in a namespace.
pub fn get_hl(
ns_id: u32,
opts: &GetHighlightOpts,
) -> Result<GetHlInfos<impl SuperIterator<(String, HighlightInfos)> + use<>>, Error>Binding to nvim_get_hl().
Gets all or specific highlight groups in a namespace.