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

View File

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