The beginning of a macro call is of the form:
```
identifier '!' ( '(' | '[' | '{' )
```
but not:
```
identifier '!='
```
Currently Geany reads `a!=b` as `a!, =, b` instead of `a, !=, b`.-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1828
