mirror of
https://github.com/helix-editor/helix
synced 2026-08-13 05:10:24 +02:00
The grammar now exposes the delimiter of raw-strings.
We can now inject the inner grammar in cases like:
const char* script = R"js(
alert('hello world!');
)js";