From effe849cf4f9bdbcf6ddde8b1dfb144d98227397 Mon Sep 17 00:00:00 2001 From: Mykyta <114003900+Nikita0x@users.noreply.github.com> Date: Sun, 6 Apr 2025 20:22:06 +0300 Subject: [PATCH] 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 --- book/src/themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`