@techee commented on this pull request.
> @@ -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 just went through other filetypes and none of them defines `wordchars` (all of them have it commented-out). I think it's meant to be an example that can be overridden by users. So maybe best to do the same in this case too. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4037#pullrequestreview-2440791328 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4037/review/[email protected]>
