rcjsuen / dockerfile-language-service

Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
MIT License
16 stars 2 forks source link

Provide API for retrieving semantic tokens #54

Closed rcjsuen closed 3 years ago

rcjsuen commented 4 years ago

Semantic highlighting support is getting closer to maturity. We should start looking into adding support to the language service for parsing a Dockerfile and splitting it up into semantic tokens.

rcjsuen commented 4 years ago

Reopening this since it got closed by mistake due to a typo in the commit message of 0ad18e027594da484e72fbdf3ddd963a473c4836.

The intent is to officially close this when the semantic tokens API is an official part of the language server protocol

rcjsuen commented 3 years ago

Closed as of the 0.1.1 release in fb40a5d1504a8270cd21a533403d5bd7a0734a63.