semantic_token_rules.json

 1[
 2  {
 3    "token_type": "variable",
 4    "token_modifiers": ["readonly"],
 5    "style": ["constant"]
 6  },
 7  {
 8    "token_type": "string",
 9    "token_modifiers": ["format"],
10    "style": ["string.special"]
11  }
12]