You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cyan run test.tl
1
end loop 1
end loop 2
3
end loop 3
end loop 4
Version: teal-language-server 0.0.5-1 - A language server for the Teal language installed via luarocks
Btw I'm really happy that someone continued working on the language-server as it really makes developing in teal much easier (some would even say without the language-server it's not even possible).
Also tbh usually I avoid labels and gotos so this is not that important to me, just saw it and though I'd report it so this is know and can eventually get fixed.
The text was updated successfully, but these errors were encountered:
Oh yeah, this should be resolved in main, but a new version hasn't been released quite yet. The bug had to do with how teal-language-server handled trailing :'s, and the fix was to leave the code as-is before passing it to tl for analysis. (it's sort've discussed in #23)
Thanks for reporting! I'll plan to close this out when the new release it out.
The following code runs in teal, but the language-server shows a syntax error.
Version:
teal-language-server 0.0.5-1 - A language server for the Teal language
installed via luarocksBtw I'm really happy that someone continued working on the language-server as it really makes developing in teal much easier (some would even say without the language-server it's not even possible).
Also tbh usually I avoid labels and gotos so this is not that important to me, just saw it and though I'd report it so this is know and can eventually get fixed.
The text was updated successfully, but these errors were encountered: