Skip to content

Commit

Permalink
Update language-configuration.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed May 20, 2024
1 parent a1a6d09 commit 276f642
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"[",
"]"
],
[
"\\(",
")"
],
[
"(",
")"
Expand All @@ -41,8 +45,7 @@
"open": "'",
"close": "'",
"notIn": [
"string",
"comment"
"string"
]
},
{
Expand All @@ -56,13 +59,12 @@
"open": "`",
"close": "`",
"notIn": [
"string",
"comment"
"string"
]
},
{
"open": "/**",
"close": " */",
"open": "/*",
"close": "*/",
"notIn": [
"string"
]
Expand Down Expand Up @@ -97,6 +99,10 @@
[
"`",
"`"
],
[
"*",
"*"
]
],
"autoCloseBefore": ".,:}])>='\"` \n\t",
Expand Down

0 comments on commit 276f642

Please sign in to comment.