mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
refactor(lsp): use tuple syntax in generated protocol types (#29110)
This commit is contained in:
@@ -3235,7 +3235,7 @@ error('Cannot require a meta file')
|
||||
---
|
||||
---*Note*: a label of type string should be a substring of its containing signature label.
|
||||
---Its intended use case is to highlight the parameter label part in the `SignatureInformation.label`.
|
||||
---@field label string|{ [1]: uinteger, [2]: uinteger }
|
||||
---@field label string|[uinteger, uinteger]
|
||||
---
|
||||
---The human-readable doc-comment of this parameter. Will be shown
|
||||
---in the UI but can be omitted.
|
||||
|
||||
Reference in New Issue
Block a user