1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-03 02:44:57 +12:00

Updated Rules syntax (markdown)

gorhill 2014-10-28 08:17:50 -07:00
parent de80d942bf
commit 858a5b2b1b

@ -6,7 +6,7 @@ A directive starts with a directive keyword, immediately followed by the `:` whi
There are currently two directives: `rule:` and `switch:`. However, the `rule:` directive can be omitted, because it is implicit when there is no directive. Since most directives will be rules, it would be inconvenient to be forced to use `rule:` for each rule.
In the documentation below the square brackets are used to denote optional fields. Curly brackets are used to denote what should appear at a specific position.
In the documentation below the square brackets (`[]`) are used to denote optional fields. Curly brackets (`{}`) are used to denote what should appear at a specific position.
#### Directive `rules:` syntax