microsoft/language-server-protocol

Need examples of overLappingTokenSupport and multilineTokenSupport

开放

#1,129 创建于 2020年11月5日

 (1 条评论) (0 个反应) (0 位负责人)HTML (956 个派生)batch import
clarificationhelp wantedsemantic tokens

仓库指标

星标
 (12,810 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南