CobbCoding1 / Cano

Text Editor Written In C Using ncurses
Apache License 2.0
62 stars 12 forks source link

searching between braces takes strings into count #58

Closed CobbCoding1 closed 3 months ago

CobbCoding1 commented 3 months ago

for example "this is a ( string" it will see the '(' in the string and confuse the auto indentation and '%' motion. Need to skip strings altogether