Unnamed repository; edit this file 'description' to name the repository.
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
| -rw-r--r-- | book/src/themes.md | 4 |
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` |