mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 14:00:49 +00:00
feat(lsp): support multiline semantic tokens #34458
This commit is contained in:
@@ -404,8 +404,7 @@ function protocol.make_client_capabilities()
|
||||
},
|
||||
|
||||
overlappingTokenSupport = true,
|
||||
-- TODO(jdrouhard): Add support for this
|
||||
multilineTokenSupport = false,
|
||||
multilineTokenSupport = true,
|
||||
serverCancelSupport = false,
|
||||
augmentsSyntaxTokens = true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user