mirror of https://github.com/helix-editor/helix
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 onepull/13283/head
parent
130f725026
commit
effe849cf4
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue