We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7b5f5 commit 46663c6Copy full SHA for 46663c6
language-configuration.json
@@ -24,7 +24,6 @@
24
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
25
{ "open": "\"", "close": "\"", "notIn": ["string"] },
26
{ "open": "`", "close": "`", "notIn": ["string", "comment"] },
27
- { "open": "/**", "close": " */", "notIn": ["string"] },
28
{ "open": "r#'", "close": "'#", "notIn": ["string"] },
29
{ "open": "r##'", "close": "'##", "notIn": ["string"] },
30
{ "open": "r###'", "close": "'###", "notIn": ["string"] },
0 commit comments