Update zsh.yaml

Copied comment start from sh.yaml so that stuff like `$#` doesn't count as comments
This commit is contained in:
Pascal 2018-12-13 09:55:19 +01:00 committed by GitHub
parent 001498eee4
commit 6aa5aa540b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ rules:
rules: []
- comment:
start: "#"
start: "(^|\\s)#"
end: "$"
rules: []