Scans lines for PUT annotations that appear inside block comment regions
(e.g., /* ... */ or /** ... */). Returns line indices of
annotation lines found inside blocks. Existing single-line annotations
(found by Pass 1) should be deduplicated by the caller.
Arguments
- lines
Character vector of file lines
- block_syntax
Named list from
get_block_comment_syntax()