mirror of
				https://github.com/MaskRay/ccls.git
				synced 2025-11-04 06:15:20 +00:00 
			
		
		
		
	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
 |