jlchmura / lpc-language-server

LPC Language Server
MIT License
11 stars 1 forks source link

[FLUFFOS] Parser does not like the ref keyword in function definitions #29

Closed gesslar closed 3 months ago

gesslar commented 3 months ago

The ref keyword is used to pass information by reference, similar to & in C

image

jlchmura commented 3 months ago

This was fixed in version 1.0.20