microsoft/language-server-protocol

Need examples of overLappingTokenSupport and multilineTokenSupport

Aberta

#1.129 aberto em 5 de nov. de 2020

 (1 comentário) (0 reação) (0 responsável)HTML (956 forks)batch import
clarificationhelp wantedsemantic tokens

Métricas do repositório

Stars
 (12.810 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

I added two capabilities to the spec:

	/**
	 * Whether the client supports tokens that can overlap each other.
	 */
	overlappingTokenSupport?: boolean;

	/**
	 * Whether the client supports tokens that can span multiple lines.
	 */
	multilineTokenSupport?: boolean;

Originally posted by @dbaeumer in https://github.com/microsoft/language-server-protocol/issues/1077#issuecomment-721653729

The example in the documentation doesn't address the above. An example would be good.

Guia do colaborador