Caleb Heuer

Results 32 issues of Caleb Heuer

### How are you using the lua-language-server? Kakoune ### Which OS are you using? Linux ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour No diagnostic is given....

Attempting to format this valid Lua code: ```lua for i = 1, 10 do if i < 8 then print(i) goto continue end break ::continue:: end ``` gives the following...

bug
duplicate