microsoft/language-server-protocol

Need examples of overLappingTokenSupport and multilineTokenSupport

Open

#1 129 ouverte le 5 nov. 2020

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)HTML (956 forks)batch import
clarificationhelp wantedsemantic tokens

Métriques du dépôt

Stars
 (12 810 stars)
Métriques de merge PR
 (Merge moyen 19h 29m) (12 PRs mergées en 30 j)

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.

Guide contributeur