CudaText
                                
                                 CudaText copied to clipboard
                                
                                    CudaText copied to clipboard
                            
                            
                            
                        Highlight occurences: strange defect of highlighting
- text:
 int64aaa
 int64aaa
 int64aaa
indentation must be at least 1 space.
- in console execute: ed.attr(MARKERS_ADD, x=1, y=0, len=5, border_down=1)
- try to select first line with shift+left / shift+right. indentation must be in selection too!
you will see that eventually whole underlined text will be highlighted for some reason.
better to see it:
https://user-images.githubusercontent.com/275333/234264146-df8acf62-b121-4745-9a7e-e0d59ce9d876.mp4
what I see

so word is not 'selected', it has 'marker style'. your theme has the same color.
Common roots with #2342 .
oh yes. the same. it's because attr marker is len=N instead of multiple markers with len=1.
it was hard-to-fix (it may easily give regressions). postponed the issue.