Skip to content

Commit

Permalink
Add old Rainbow Brackets extension to dev container (#191)
Browse files Browse the repository at this point in the history
Because VS Code's bracket pair colorization feature doesn't apply
inside docstrings, and palgoviz has a lot of doctests whose clarity
is improved by colorizing nested matching pairs of parentheses,
square brackets, and curly braces.

References:

- https://stackoverflow.com/q/71093558
- microsoft/vscode#146453
  • Loading branch information
EliahKagan authored Nov 18, 2023
1 parent 8b3301a commit bd50220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"customizations": {
"vscode": {
"extensions": [
"2gua.rainbow-brackets",
"alefragnani.numbered-bookmarks",
"bierner.markdown-preview-github-styles",
"eamodio.gitlens",
Expand Down

0 comments on commit bd50220

Please sign in to comment.