I have created a language support extension in vs code. Now I have added all the keywords to my tmLanguage.json file. But I see all the keywords are highlighted in a single color(Blue). Is there any way to add multi colors to my syntax highlighting? Like datatypes with one color and built-in functions with another color.
If yes, Please help me.