Skip to content

Commit

Permalink
Add old Rainbow Brackets extension to dev container
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 hiss has some 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
- EliahKagan/palgoviz#191
  • Loading branch information
EliahKagan authored Nov 18, 2023
1 parent fb0dd4c commit 8552414
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 @@ -8,6 +8,7 @@
"customizations": {
"vscode": {
"extensions": [
"2gua.rainbow-brackets",
"alefragnani.numbered-bookmarks",
"bierner.markdown-preview-github-styles",
"eamodio.gitlens",
Expand Down

0 comments on commit 8552414

Please sign in to comment.