mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Add angle brackets as surrounding pairs in markdown (#203083)
Add angle brackets as surrounding pairs in md This is useful for html and for autolinks
This commit is contained in:
@@ -79,6 +79,10 @@
|
||||
[
|
||||
"\"",
|
||||
"\""
|
||||
],
|
||||
[
|
||||
"<",
|
||||
">"
|
||||
]
|
||||
],
|
||||
"folding": {
|
||||
|
||||
Reference in New Issue
Block a user