@techee commented on this pull request.
In data/filedefs/filetypes.verilog:
> @@ -37,7 +37,7 @@ mime_type=text/x-verilog # these characters define word boundaries when making selections and searching # using word matching options -#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789$
I did notice that a few of them (R, CSS, Smalltalk, Raku) use a different list though, although it's commented out as you said. In any case, this only seems to affect what happens when you double-click a word or select "Find only whole words", but for instance Ctrl-click doesn't work if I declare a signal called foo$bar. Not too useful overall I guess.
Yes, I think it should eventually be improved in Geany, see #4038
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.