microsoft/language-server-protocol

Need examples of overLappingTokenSupport and multilineTokenSupport

Aperta

#1129 aperta il 5 nov 2020

 (1 commento) (0 reazioni) (0 assegnatari)HTML (956 fork)batch import
clarificationhelp wantedsemantic tokens

Metriche repository

Star
 (12.810 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor