mirror of https://github.com/helix-editor/helix
add new scopes to themes docs
parent
3b800025af
commit
c1f4c0e67a
|
@ -178,6 +178,12 @@ We use a similar set of scopes as
|
||||||
- `inline`
|
- `inline`
|
||||||
- `block`
|
- `block`
|
||||||
|
|
||||||
|
- `diff` - version control changes
|
||||||
|
- `plus` - additions
|
||||||
|
- `minus` - deletions
|
||||||
|
- `delta` - modifications
|
||||||
|
- `moved` - renamed or moved files/changes
|
||||||
|
|
||||||
#### Interface
|
#### Interface
|
||||||
|
|
||||||
These scopes are used for theming the editor interface.
|
These scopes are used for theming the editor interface.
|
||||||
|
|
Loading…
Reference in New Issue