Jank doesn't support `native/raw` anymore
We may consider removing recently added native C++ syntax highlighting for Jank (#103), although there is a chance that this syntax will still be supported (see https://github.com/jank-lang/jank/issues/24#issuecomment-2924460595).
I guess we can keep in around for now, as it doesn't affect anyone not using Jank, anyways. I'll add a note to revisit it once Jank 1.0 is released.
I guess we can keep in around for now, as it doesn't affect anyone not using Jank, anyways. I'll add a note to revisit it once Jank 1.0 is released.
Yeah, I agree. And it won't interfere with other strings anyway.
I'll also add this article as reference here https://jank-lang.org/blog/2025-05-02-starting-seamless-interop/
Seems at least for now, there's a cpp/raw that seems to work on raw C++ code provided as string.
https://github.com/jank-lang/jank/issues/24#issuecomment-3137532559