-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Lua files #8
Comments
For the time being, I think Once teal-language/tl#89 is implemented, we might be able to use |
Just a note, that this is excellent for general lua programming: https://marketplace.visualstudio.com/items?itemName=sumneko.lua |
You're right, it's very good! I was still using https://github.com/trixnz/vscode-lua, which is much less feature-rich... |
A further note on the previously mentioned extension, this is an interesting development: https://github.com/sumneko/lua-language-server/wiki/Annotations |
It seems like tree-sitter-teal grammar doesn't support lua files and generates wrong tokens, so intellisense won't work correctly |
Right now, the extension only checks .tl files. It could also check .lua files in 'lax' mode.
The text was updated successfully, but these errors were encountered: