Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/themes.md')
| -rw-r--r-- | book/src/themes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index 46d0a2d3..3ef064d6 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -174,6 +174,7 @@ We use a similar set of scopes as - `documentation` - Line documentation comments (e.g. `///` in Rust) - `block` - Block comments (e.g. (`/* */`) - `documentation` - Block documentation comments (e.g. `/** */` in Rust) + - `unused` - Unused variables and patterns, e.g. `_` and `_foo` - `variable` - Variables - `builtin` - Reserved language variables (`self`, `this`, `super`, etc.) |