You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2024. It is now read-only.
There is still a need to define some structures by hand, and there's no enums specifying all possible values for TokenTypes and TokenModifiers in the legend, but it seems like a great start.
The biggest advantage for a hobbyist is the reduction in need to add an editor-specific syntax highlighter for a new language.
The text was updated successfully, but these errors were encountered:
Hi @slimsag I would be happy to join as a maintainer on this. I have already a few open PR's to this repository including one on this exact issue: #14.
I can extend this PR with the missing enums for SemanticTokenType and SemanticTokenModifiers.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
would you consider adding support for
SemanticTokensProvider
and related structures?In @toitware fork, @jstroem added support for this. https://github.com/toitware/go-lsp/tree/semanticTokensProvider
There is still a need to define some structures by hand, and there's no enums specifying all possible values for
TokenTypes
andTokenModifiers
in the legend, but it seems like a great start.The biggest advantage for a hobbyist is the reduction in need to add an editor-specific syntax highlighter for a new language.
The text was updated successfully, but these errors were encountered: