summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-01 09:43:43 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-01 09:46:20 +0100
commit86218a2f51f5a5890a9be872d58610b3260e23a4 (patch)
tree4613bee05ad2ba24233b366781545d19761c3f45 /misc
parent2f089ff804adc668eeda094eaabbb883fa4772a8 (diff)
downloadqutebrowser-86218a2f51f5a5890a9be872d58610b3260e23a4.tar.gz
qutebrowser-86218a2f51f5a5890a9be872d58610b3260e23a4.zip
requirements: Document more special comments
Diffstat (limited to 'misc')
-rw-r--r--misc/requirements/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/requirements/README.md b/misc/requirements/README.md
index 6ae986279..330233bca 100644
--- a/misc/requirements/README.md
+++ b/misc/requirements/README.md
@@ -8,7 +8,9 @@ Those files can also contain some special commands:
- Add an additional comment to a line: `#@ comment: <package> <comment here>`
- Filter a line for requirements.io: `#@ filter: <package> <filter>`
- Don't include a package in the output: `#@ ignore: <package>` (or multiple packages)
-- Replace a part of a frozen package specification with another: `#@ replace <regex> <replacement>`
+- Replace a part of a frozen package specification with another: `#@ replace: <regex> <replacement>`
+- Add a new line: `#@ add: <line>`
+- Add environment markers to a line: `#@ markers: <package> <markers>`
Some examples: