ignatov/intellij-erlang

Parser should allow $X notation where integers are allowed

kvakvs opened this issue · 0 comments

Example code

-type valid_chars() :: $A..$Z | $a..$z | $0..$9 | $. | $/ | $_ | $%.

Screenshot 2023-01-02 at 04 33 53

The editor shows red error at $A..$Z while that is a valid integer range.