Skip to content

Commit 1363ac4

Browse files
author
Slint Update From Monorepo Bot
committed
Update from Slint Repository commit 35fa421f81d3304eec9bfcce79a2f62a59b795e7
1 parent 37d904d commit 1363ac4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Slint.YAML-tmLanguage

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,17 @@
561561
"patterns": [
562562
{
563563
"name": "constant.character.escape.untitled.slint",
564-
"match": "\\\\(n|\\\\|u\\{\\d+\\}|\\{[^\\}]+\\})"
564+
"match": "\\\\(n|\\\\|u\\{\\d+\\})"
565+
},
566+
{
567+
"name": "constant.character.escape.untitled.slint",
568+
"begin": "\\\\\\{",
569+
"end": "\\}",
570+
"patterns": [
571+
{
572+
"include": "#expression"
573+
}
574+
]
565575
}
566576
]
567577
}

0 commit comments

Comments
 (0)