Add TS/JS Template surrounding brackets (#255972)

This commit is contained in:
RedCMD
2026-01-05 23:00:54 +13:00
committed by GitHub
parent 3164594382
commit 4fea0d7662
2 changed files with 24 additions and 0 deletions

View File

@@ -26,6 +26,10 @@
]
],
"autoClosingPairs": [
{
"open": "${",
"close": "}"
},
{
"open": "{",
"close": "}"
@@ -70,6 +74,14 @@
}
],
"surroundingPairs": [
[
"${",
"}"
],
[
"$",
""
],
[
"{",
"}"

View File

@@ -26,6 +26,10 @@
]
],
"autoClosingPairs": [
{
"open": "${",
"close": "}"
},
{
"open": "{",
"close": "}"
@@ -70,6 +74,14 @@
}
],
"surroundingPairs": [
[
"${",
"}"
],
[
"$",
""
],
[
"{",
"}"