mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-17 22:08:39 +00:00
parent
fb9a2c0f47
commit
704779dfc7
2 changed files with 33 additions and 1 deletions
|
@ -561,7 +561,17 @@
|
|||
"patterns": [
|
||||
{
|
||||
"name": "constant.character.escape.untitled.slint",
|
||||
"match": "\\\\(n|\\\\|u\\{\\d+\\}|\\{[^\\}]+\\})"
|
||||
"match": "\\\\(n|\\\\|u\\{\\d+\\})"
|
||||
},
|
||||
{
|
||||
"name": "constant.character.escape.untitled.slint",
|
||||
"begin": "\\\\\\{",
|
||||
"end": "\\}",
|
||||
"patterns": [
|
||||
{
|
||||
"include": "#expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue