Hard-coded
```C
#define GEANY_WORDCHARS 
"_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
```
is used at many places in the code instead of the user-defined `wordchars` from 
the config file. Some filetypes e.g. allow `$` or `-` inside identifiers and 
this breaks things for them.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4038
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/[email protected]>

Reply via email to