mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
Fix shell comments; fixes #1114
This commit is contained in:
parent
bcdab882bc
commit
27db63433f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ rules:
|
|||
rules: []
|
||||
|
||||
- comment:
|
||||
start: "(^|[[:space:]])#"
|
||||
start: "(^|\\s)#"
|
||||
end: "$"
|
||||
rules:
|
||||
- todo: "(TODO|XXX|FIXME):?"
|
||||
|
|
Loading…
Reference in a new issue