From 86baf582b8c74c8210aa8eccffa599c406e4568e Mon Sep 17 00:00:00 2001 From: marvim Date: Mon, 26 Jul 2021 18:48:46 +0000 Subject: docs: regenerate --- runtime/doc/api.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'runtime/doc/api.txt') diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 9b8259c2fb..4dcf5b7bbc 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -2334,9 +2334,8 @@ nvim_buf_set_extmark({buffer}, {ns_id}, {line}, {col}, {opts}) inserted (true for right, false for left). Defaults to false. • priority: a priority value for the highlight - group. Default: 4096. For example, treesitter - highlighting uses a default value of 100 (see - |lua-treesitter-highlight-priority|). + group. For example treesitter highlighting + uses a value of 100. Return: ~ Id of the created/updated extmark -- cgit