## Description Add `BUG:` as a highlighted pattern using red (`terminal.ansiRed`), consistent with `FIX:` and `FIXME:`. ## Example ```typescript // BUG: This crashes when input is null ```
Description
Add
BUG:as a highlighted pattern using red (terminal.ansiRed), consistent withFIX:andFIXME:.Example
// BUG: This crashes when input is null