microsoft/language-server-protocol
在 GitHub 查看Need examples of overLappingTokenSupport and multilineTokenSupport
Open
#1,129 创建于 2020年11月5日
clarificationhelp wantedsemantic tokens
仓库指标
- Star
- (12,810 star)
- PR 合并指标
- (平均合并 19小时 29分钟) (30 天内合并 12 个 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.