Fix shell comments; fixes #1114

This commit is contained in:
supbish 2018-08-20 16:22:07 -04:00
parent bcdab882bc
commit 27db63433f

View file

@ -36,7 +36,7 @@ rules:
rules: []
- comment:
start: "(^|[[:space:]])#"
start: "(^|\\s)#"
end: "$"
rules:
- todo: "(TODO|XXX|FIXME):?"