Skip to content

Commit 3f09964

Browse files
CsCherrYYfbricon
authored andcommitted
exclude double quote in string
Signed-off-by: Shi Chen <[email protected]>
1 parent e7f2d0c commit 3f09964

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

language-support/java/language-configuration.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@
3737
"(",
3838
")"
3939
],
40-
[
41-
"\"",
42-
"\""
43-
],
40+
{
41+
"open": "\"",
42+
"close": "\"",
43+
"notIn": [
44+
"string"
45+
]
46+
},
4447
[
4548
"'",
4649
"'"

0 commit comments

Comments
 (0)