[Github-comments] [geany/geany] Rust syntax: macro call grammar (#1828)

Finn notifications at xxxxx
Mon Apr 16 12:42:21 UTC 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180416/e3381eff/attachment.html>


More information about the Github-comments mailing list