Skip to content

Commit

Permalink
feat: add "`" surroundingPairs for js
Browse files Browse the repository at this point in the history
close #1659
  • Loading branch information
johnsoncodehk committed Sep 4, 2022
1 parent 13a1100 commit f242955
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -72,6 +72,7 @@
],
"autoCloseBefore": ";:.,=}])><`'\" \n\t",
"surroundingPairs": [
// html
{
"open": "'",
"close": "'"
Expand All @@ -95,7 +96,12 @@
{
"open": "<",
"close": ">"
}
},
// javascript
[
"`",
"`"
],
],
"colorizedBracketPairs": [],
"folding": {
Expand Down

0 comments on commit f242955

Please sign in to comment.