Skip to main content

get_hl_by_name

Function get_hl_by_name 

pub fn get_hl_by_name(name: &str, rgb: bool) -> Result<HighlightInfos, Error>
👎Deprecated since 0.5.0:

use get_hl instead

Expand description

Binding to nvim_get_hl_by_name().

Gets a highlight definition by name.