Skip to content

Commit cad05cb

Browse files
committed
update CHANGELOG
1 parent 267700c commit cad05cb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
![tree-viewer](./assets/examples/Tree_Viewer.gif)
1818

19+
- Block mode highlights can be toggled.
20+
1921
## Fixed
2022

2123
- Rapidly toggling block mode breaks extension.
@@ -45,6 +47,12 @@
4547
Block Mode) to work.
4648
- Configuration is by `[languageId]` instead of a massive `languageSupport` config.
4749

50+
- Change Block Mode colors config:
51+
52+
- `codeBlocks.colors.enabled`: Whether Block Mode should color selections or not. Defaults to `false`.
53+
- `codeBlocks.colors.sibling`: CSS string for sibling selection background color. Defaults to `var(--vscode-editor-selectionHighlightBackground)`.
54+
- `codeBlocks.colors.parent`: CSS string for parent selection background color. Defaults to `var(--vscode-editor-linkedEditingBackground)`.
55+
4856
### Old config for Python and TSX
4957

5058
```json

0 commit comments

Comments
 (0)