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
Language servers can provide additional, detailed, highlights for code called 'semantic tokens'. These provide more contextual information about symbols. For instance, the different between a global constant and a constant variable.
These should work together with tree-sitter highlights to improve syntax highlighting clarity and quality.
Description
Language servers can provide additional, detailed, highlights for code called 'semantic tokens'. These provide more contextual information about symbols. For instance, the different between a global constant and a constant variable.
These should work together with tree-sitter highlights to improve syntax highlighting clarity and quality.
Alternatives Considered
Not supporting semantic highlights 👎
Additional Context
This will be implemented in a few phases:
Related issues:
Screenshots
From VSCode's semantic highlight guide:
Without semantic highlights:
With semantic highlights:
The text was updated successfully, but these errors were encountered: