Don't colorize brackets in markdown files.

pull/131620/head
Henning Dieterichs 2021-08-25 10:25:47 +02:00
parent c7d55735fd
commit 80627022a0
No known key found for this signature in database
GPG Key ID: 771381EFFDB9EC06
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
["[", "]"],
["(", ")"]
],
"colorizedBracketPairs": [
],
"autoClosingPairs": [
{
"open": "{",