semantic_token_rules.json

1[
2  {
3    "token_type": "variable",
4    "token_modifiers": ["readonly"],
5    "style": ["constant"]
6  }
7]