Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/themes.md')
| -rw-r--r-- | book/src/themes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index dc377db1..46d0a2d3 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -171,8 +171,9 @@ We use a similar set of scopes as - `comment` - Code comments - `line` - Single line comments (`//`) + - `documentation` - Line documentation comments (e.g. `///` in Rust) - `block` - Block comments (e.g. (`/* */`) - - `documentation` - Documentation comments (e.g. `///` in Rust) + - `documentation` - Block documentation comments (e.g. `/** */` in Rust) - `variable` - Variables - `builtin` - Reserved language variables (`self`, `this`, `super`, etc.) |