Skip to content

Commit f09b712

Browse files
hopehadfieldrgrunber
authored andcommitted
Fix escape characters within textblock
Signed-off-by: Hope Hadfield <[email protected]>
1 parent c2f5a6a commit f09b712

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

language-support/java/java.tmLanguage.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,11 +1596,7 @@
15961596
"name": "string.quoted.triple.java",
15971597
"patterns": [
15981598
{
1599-
"match": "\\\\\"\"\"",
1600-
"name": "constant.character.escape.java"
1601-
},
1602-
{
1603-
"match": "\\\\.",
1599+
"match": "(\\\\\"\"\")(?!\")|(\\\\.)",
16041600
"name": "constant.character.escape.java"
16051601
}
16061602
]

0 commit comments

Comments
 (0)