semantic_token_rules.json

 1[
 2  {
 3    "token_type": "selfParameter",
 4    "style": ["variable.special"]
 5  },
 6  {
 7    "token_type": "clsParameter",
 8    "style": ["variable.special"]
 9  },
10  // ty specific
11  {
12    "token_type": "builtinConstant",
13    "style": ["constant.builtin"]
14  }
15]