Skip to content

Commit 46663c6

Browse files
authored
Remove irrelevant autoClosingPair (#198)
1 parent 3b7b5f5 commit 46663c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

language-configuration.json

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
2525
{ "open": "\"", "close": "\"", "notIn": ["string"] },
2626
{ "open": "`", "close": "`", "notIn": ["string", "comment"] },
27-
{ "open": "/**", "close": " */", "notIn": ["string"] },
2827
{ "open": "r#'", "close": "'#", "notIn": ["string"] },
2928
{ "open": "r##'", "close": "'##", "notIn": ["string"] },
3029
{ "open": "r###'", "close": "'###", "notIn": ["string"] },

0 commit comments

Comments
 (0)