Skip to content

Commit 4862332

Browse files
committed
Docs add trailing colon to attention box
1 parent 248c5a2 commit 4862332

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/plugins/lastgenre.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ plain ``metal`` will not match ``heavy metal`` unless you write a regex like
204204

205205
- The global key ``'*'`` **must** be surrounded by single quotes so that
206206
YAML does not interpret it as an anchor.
207-
- Any regex pattern that starts with a special YAML character (especially
208-
``[`` or ``*``) **must** be surrounded by quotes.
207+
- Any regex pattern that starts with a special YAML character (``[``, ``*``,
208+
or ``:``) or ends with ``:`` **must** be surrounded by quotes.
209209
- Prefer **single quotes** (``'...'``) when quoting is necessary, as they
210210
treat backslashes literally (no double-escaping required).
211211
- Because the ignorelist uses plain YAML, you do **not** need to

0 commit comments

Comments
 (0)