Extensions - Language Features: Implement semantic highlighting #3370
Labels
A-extension
Area: Extension/plugin integration, vscode or VimL
A-language-support
Area: Language support, syntax highlighting, language server etc.
A-syntax-highlighting
Area: Syntax Highlighting
enhancement
New feature or request
The extension host provides some APIs for semantic highlighting:
https://github.com/onivim/vscode-exthost/blob/0d6b39803352369daaa97a444ff76352d8452be2/src/vs/workbench/api/common/extHost.protocol.ts#L400
and
https://github.com/onivim/vscode-exthost/blob/0d6b39803352369daaa97a444ff76352d8452be2/src/vs/workbench/api/common/extHost.protocol.ts#L1508
We need to wire these APIs up, and integrate them into our language feature / syntax highlighting pipeline, to support languages that use these rich semantic highlights.
Some extensions to test with semantic token support:
The text was updated successfully, but these errors were encountered: