Skip to content

Commit

Permalink
fix: don't auto close ```
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jul 10, 2022
1 parent f356cab commit 85035e9
Showing 1 changed file with 9 additions and 18 deletions.
@@ -1,15 +1,5 @@
{
"autoClosingPairs": [
// markdown
// fix https://github.com/johnsoncodehk/volar/issues/1428
{
"open": "```",
"close": "\n\n```",
"notIn": [
"string",
"comment"
]
},
// html
{
"open": "{",
Expand Down Expand Up @@ -40,14 +30,15 @@
]
},
// javascript
{
"open": "`",
"close": "`",
"notIn": [
"string",
"comment"
]
},
// commented to fix https://github.com/johnsoncodehk/volar/issues/1428
// {
// "open": "`",
// "close": "`",
// "notIn": [
// "string",
// "comment"
// ]
// },
{
"open": "/**",
"close": " */",
Expand Down

0 comments on commit 85035e9

Please sign in to comment.