diff --git a/Contributor Documentation/LSP Extensions.md b/Contributor Documentation/LSP Extensions.md index 099d5c483..2092bdcba 100644 --- a/Contributor Documentation/LSP Extensions.md +++ b/Contributor Documentation/LSP Extensions.md @@ -61,6 +61,15 @@ fileScope = 'fileScope' globalScope = 'globalScope' ``` +Added case + +```ts +/** + * Marks a token as a parameter label in a function signature or call. + */ +parameterLabel = 'parameterLabel' +``` + ## Semantic token types Added the following cases from clangd