hi,
I’m working on a custom plugin and implementing syntax highlighting.
It works, but I’m wondering why TypeOfText enum has 8 types only? I have created a vscode extension for the same language earlier and there is a much wider choice for token types there (in the current standard, there are 23 token types and 10 modifiers).
Is this a design decision to keep the list of types this short? I would be happy to see some more, escpecially those that are used in many languages (for example, data types or functions). Without knowing anything about Sonarqube’s web component I still guess this would be relatively easy to add some more highlighting items.
br,
Miki