crates/languages/src/rust/semantic_token_rules.json 🔗
@@ -146,9 +146,5 @@
{
"token_type": "union",
"style": ["type"]
- },
- {
- "token_type": "unresolvedReference",
- "style": ["variable"]
}
]
Lukas Wirth created
This prevents ast based highlighting in unconfigured code
Release Notes:
- N/A *or* Added/Fixed/Improved ...
crates/languages/src/rust/semantic_token_rules.json | 4 ----
1 file changed, 4 deletions(-)
@@ -146,9 +146,5 @@
{
"token_type": "union",
"style": ["type"]
- },
- {
- "token_type": "unresolvedReference",
- "style": ["variable"]
}
]