feat: support string type kind

This commit is contained in:
eph
2024-12-27 01:07:53 +08:00
parent ffde729b63
commit ec0d2b7f48
2 changed files with 11 additions and 1 deletions

View File

@@ -541,7 +541,7 @@ External providers from plugins should define the provider module at
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 = ? } }`