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