We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be72f4b commit 15ddbfeCopy full SHA for 15ddbfe
language-support/java/java.tmLanguage.json
@@ -1571,6 +1571,31 @@
1571
},
1572
"strings": {
1573
"patterns": [
1574
+ {
1575
+ "begin": "\"\"\"",
1576
+ "beginCaptures": {
1577
+ "0": {
1578
+ "name": "punctuation.definition.string.begin.java"
1579
+ }
1580
+ },
1581
+ "end": "\"\"\"",
1582
+ "endCaptures": {
1583
1584
+ "name": "punctuation.definition.string.end.java"
1585
1586
1587
+ "name": "string.quoted.triple.java",
1588
+ "patterns": [
1589
1590
+ "match": "\\\\\"\"\"",
1591
+ "name": "constant.character.escape.java"
1592
1593
1594
+ "match": "\\\\.",
1595
1596
1597
+ ]
1598
1599
{
1600
"begin": "\"",
1601
"beginCaptures": {
0 commit comments