Description
Semantic Tokens
The request is sent from the client to the server to resolve semantic tokens for a given file. Semantic tokens are used to add additional color information to a file that depends on language specific symbol information. A semantic token request usually produces a large result. The protocol therefore supports encoding tokens with numbers. In addition optional support for deltas is available.
Desired features
Example
This should fix the highlighting issue of the MetaModelica extension like for M and MyLibrary:

Same for self defined types and classes.
Description
Semantic Tokens
Desired features
model M end M;the secondMneeds a sematic token.Example
This should fix the highlighting issue of the MetaModelica extension like for
MandMyLibrary:Same for self defined types and classes.