We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248c5a2 commit 4862332Copy full SHA for 4862332
1 file changed
docs/plugins/lastgenre.rst
@@ -204,8 +204,8 @@ plain ``metal`` will not match ``heavy metal`` unless you write a regex like
204
205
- The global key ``'*'`` **must** be surrounded by single quotes so that
206
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.
+ - Any regex pattern that starts with a special YAML character (``[``, ``*``,
+ or ``:``) or ends with ``:`` **must** be surrounded by quotes.
209
- Prefer **single quotes** (``'...'``) when quoting is necessary, as they
210
treat backslashes literally (no double-escaping required).
211
- Because the ignorelist uses plain YAML, you do **not** need to
0 commit comments