mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 23:25:07 +00:00
db74b73d63
This patch implements `textDocument/semanticTokens/{full,range}`. If the client supports semantic tokens, $ccls/publishSemanticHighlight (now deprecated) is disabled. These token modifiers are most useful to emphasize certain symbols: `static, classScope, globalScope, namespaceScope`. The user can set the initialization option `highlight.rainbow` to 10 to enable rainbow semantic tokens. $ccls/publishSemanticHighlight with highlight.lsRanges==true (used by vscode-ccls) is no longer supported.
3 lines
36 B
YAML
3 lines
36 B
YAML
BasedOnStyle: LLVM
|
|
ColumnLimit: 100
|