pub fn parse_blocks(source: &str) -> VanBlockExpand description
Extract blocks from a .van source file using simple tag matching.
This is a minimal implementation that finds <template>, <script setup>,
<script lang="java">, and <style> blocks by locating their opening and
closing tags.