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
pull/13283/head
Mykyta 2025-04-06 20:22:06 +03:00 committed by GitHub
parent 130f725026
commit effe849cf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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