diff --git a/book/src/themes.md b/book/src/themes.md index 412d17efc..dc377db17 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -181,7 +181,7 @@ We use a similar set of scopes as - `member` - Fields of composite data types (e.g. structs, unions) - `private` - Private fields that use a unique syntax (currently just ECMAScript-based languages) -- `label` +- `label` - `.class`, `#id` in CSS, etc. - `punctuation` - `delimiter` - Commas, colons @@ -216,7 +216,7 @@ We use a similar set of scopes as - `namespace` -- `special` +- `special` - `derive` in Rust, etc. - `markup` - `heading`