add highlight scope for type parameters (#8660)

* rust: add highlight scope for type parameters

* handle optional type parameters
This commit is contained in:
Joey Hain 2023-11-03 14:21:01 -07:00 committed by GitHub
parent ae6a0a9cfd
commit 70bbbd7d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 1 deletions

View file

@ -155,6 +155,7 @@ We use a similar set of scopes as
- `type` - Types
- `builtin` - Primitive types provided by the language (`int`, `usize`)
- `parameter` - Generic type parameters (`T`)
- `enum`
- `variant`
- `constructor`