Don't colorize brackets in markdown files.
parent
c7d55735fd
commit
80627022a0
|
@ -12,6 +12,8 @@
|
||||||
["[", "]"],
|
["[", "]"],
|
||||||
["(", ")"]
|
["(", ")"]
|
||||||
],
|
],
|
||||||
|
"colorizedBracketPairs": [
|
||||||
|
],
|
||||||
"autoClosingPairs": [
|
"autoClosingPairs": [
|
||||||
{
|
{
|
||||||
"open": "{",
|
"open": "{",
|
||||||
|
|
Loading…
Reference in New Issue