feat: support string type kind
This commit is contained in:
@@ -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 = ? } }`
|
||||
|
||||
Reference in New Issue
Block a user