what goes inside the escaped brackets?
is it just source.pkl code?
couldn't you use a begin/end so that it can handle nested code 100% correctly?
and should use scope meta.embedded to enable bracket pair highlighting
|
.+? # one or more characters lazily (correct syntax highlighting within here should be provided by semantic tokens) |

what goes inside the escaped brackets?
is it just
source.pklcode?couldn't you use a
begin/endso that it can handle nested code 100% correctly?and should use scope
meta.embeddedto enable bracket pair highlightingpkl.tmbundle/Syntaxes/pkl.tmLanguage
Line 1387 in 3a2e984