Install this theme
I’m learning sed, that wily UNIX stream editor

s/@f1(\([^)]*\))/\fB\1\fR/g
/@f1(.*/{
N
s/@f1(\(.*\n[^)]*\))/\fB\1\fR/g
P
D
}

W00T, that is some fun regex, escaping, and switching, good times.
BTW: Hire me because I can manipulate your text like I can manipulate your wife.