bool isMacro(String command) { var line = trim().toLowerCase(); return line.startsWith('<!-- #$command ') && line.endsWith('-->'); }