Skip to content

Commit

Permalink
Remove ` and | from bracket list
Browse files Browse the repository at this point in the history
These are causing the new bracket colorization to go wrong, and
shouldn't be included in this list, as they're not technically brackets
in the same way that ( and ) are brackets.

Fixes #19.
  • Loading branch information
trond-snekvik committed Nov 6, 2021
1 parent ad87375 commit 71f1089
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rst-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"brackets": [
["(", ")"],
["<", ">"],
["`", "`"],
["|", "|"],
["[", "]"]
],
"surroundingPairs": [
Expand Down

0 comments on commit 71f1089

Please # to comment.