Don't colorize brackets in markdown files.

This commit is contained in:
Henning Dieterichs
2021-08-25 10:25:47 +02:00
parent c7d55735fd
commit 80627022a0

View File

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