Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
coloring function, variable declarations and more
|
|
|
|
|
|
When an expansion like "${#arr[@]}" is met the par after # was
interpreted as a comment. Move the pattern for dollar/brace
expansion befor the pattern for comments to avoid the problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The previous pattern can match incorrectly very long sequences
|
|
Resolves #45
|
|
|
|
Resolves #21
|
|
|
|
|
|
|
|
|