bash-language-server icon indicating copy to clipboard operation
bash-language-server copied to clipboard

Support the semantic token API

Open reteps opened this issue 11 months ago • 0 comments

What is the problem this feature will solve?

This would be needed for other language servers to highlight documents (see https://github.com/rcjsuen/dockerfile-language-server/issues/273)

@SNDST00M I believe that we'd need to implement semantic highlighting (see guide) to achieve what you want. I can't personally dedicate the time to implement this at the moment but I'm happy to review PRs ☺️

Originally posted by @mads-hartmann in #303

What is the feature you are proposing to solve the problem?

Expose the needed APIs for semantic highlighting.

What alternatives have you considered?

N/A

reteps avatar Apr 16 '25 19:04 reteps