export function foo() {  console.log('highlight')   console.log('hl')   // should not be transformed:  console.log('[!code highlight]')}