Demian
Demian
Yeah, makes sense. Will do 👍🏼
That's it! If you follow the generated code in the stack trace you end up in `***/build/__server/assets/js/f0ad3fbb.8489e1b5.js:50825:40`: ```js Prism.hooks.add('after-tokenize', function (env) { Prism.languages['markup-templating'].tokenizePlaceholders(env, 'php'); }); ``` After adding `php` to...
I don't understand. Why should it be bad practice?
Hi @krihards, thank you for your contribution! The PR still misses specs. It would be great to have them as part of this PR.
I see the why, but I'm a bit hesitant to merge this as it introduces a breaking change.
Hey @n-rodriguez, first thank you very much for the effort! I'm quite reluctant on merging the whole MR if I'm honest. I'd have preferred these changes to be split up...