beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

Highlighting is incorrect with parentheses #615

Closed petdance closed 7 years ago

petdance commented 7 years ago
$ cat foo
This is a test.
$ ack 'is a (t.+t)' foo
This is a test.

This highlights as "This is a test", which is incorrect. It should show "This is a test".

Related to #304

petdance commented 7 years ago

This is an intentional feature. It is removed in ack3.