From 4fd6ca0e38ac8a07ca9f17b03bf5c8beb4b7866b Mon Sep 17 00:00:00 2001 From: hedyhli Date: Fri, 27 Dec 2024 01:05:00 +0000 Subject: [PATCH] chore(vimdoc): Auto update --- doc/outline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/outline.txt b/doc/outline.txt index 8be7c8c..b611e0f 100644 --- a/doc/outline.txt +++ b/doc/outline.txt @@ -483,7 +483,7 @@ External providers from plugins should define the provider module at The function should return a list of "symbol tables". Each symbol table should have these fields: - name: string – displayed in the outline - - kind: integer – determines the icon to use + - kind: integer|string – determines the icon to use - selectionRange: table with fields `start` and `end`, each have fields `line` and `character`, each integers: `{ start = { line = ?, character = ? }, ['end'] = { line = ?, character = ? } }`