Gdshader Codeblock Highlight
Add this to the head
of your HTML Page, or
add Shiki.
<script src="https://esm.sh/[email protected]" defer async></script>
Edit the codeblock.
shader_type canvas_item;
void fragment() {
COLOR = vec4(1.0, 0.5, 0.5, 1.0);
}
Copy paste this.