rcjsuen / dockerfile-language-server

A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.
MIT License
372 stars 15 forks source link

Add support for textDocument/semanticTokens #239

Closed rcjsuen closed 3 years ago

rcjsuen commented 4 years ago

microsoft/language-server-protocol#18 is starting to come to fruition and there is a proposed API for the new textDocument/semanticTokens request. We should start experimenting with it to exercise and validate the proposed API.

rcjsuen commented 3 years ago

This is officially supported as of the 0.2.0 release. Closing...