Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/themes.md')
-rw-r--r--book/src/themes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/themes.md b/book/src/themes.md
index 412d17ef..dc377db1 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`