This website requires JavaScript.
Explore
Help
Sign In
Zengtudor
/
ccls
Watch
1
Star
0
Fork
0
You've already forked ccls
mirror of
https://github.com/MaskRay/ccls.git
synced
2024-11-22 07:35:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f78daefc73
ccls
/
.clang-format
3 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First draft: replace libclang indexer with clangIndex
2018-07-06 00:53:33 +00:00
BasedOnStyle: LLVM
Support LSP semantic tokens 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.
2020-12-25 10:22:07 +00:00
ColumnLimit: 100
Reference in New Issue
Copy Permalink