changeset 6698:409663ff2729

Update themes.md (#13247) added small description to `label` and `special` - because for me it was not clear what it was for, maybe I am not the one
author Mykyta <114003900+Nikita0x@users.noreply.github.com>
date Sun, 06 Apr 2025 20:22:06 +0300
parents 823df9edff24
children 6e635a5f3112
files book/src/themes.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/book/src/themes.md	Sun Apr 06 12:21:33 2025 -0500
+++ b/book/src/themes.md	Sun Apr 06 20:22:06 2025 +0300
@@ -181,7 +181,7 @@
     - `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 @@
 
 - `namespace`
 
-- `special`
+- `special` - `derive` in Rust, etc.
 
 - `markup`
   - `heading`