@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.