BiBi

Results 2 issues of BiBi

Notepad2 syntax highlights method calls. Take this: ``` imCallingAMethod(some, parameters); ``` "imCallingAMethod" is highlighted. However, when there is triangle braces next to it: ``` imCallingAMethod(some, parameters); ``` "imCallingAMethod" isn't highlighted...

enhancement
🎨lexer

I was testing hyperscan and chimera to match some text. With this regex: ``` ^hello$ ``` and this text (WITH CRLF): ``` test hello testing ``` there are no matches...