We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make a doc comment like so
--- ```lua --- -- this is a comment! --- --- local x = 5 --- --- do --- print('Hello, World!') --- end --- ``` local x = 5
view the in-IDE documentation
cursed
The documentation becomes this:
this is a comment! local x = 5 do print('Hello, World!') end
image:
code to be preserved and syntax highlighted as written
Nope
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Preferences
Lua
Type Safety
What are the steps to reproduce this issue?
Make a doc comment like so
view the in-IDE documentation
cursed
What happens?
The documentation becomes this:
image:
What were you expecting to happen?
code to be preserved and syntax highlighted as written
Any logs, error output, etc?
Nope
Any other comments?
Nope
The text was updated successfully, but these errors were encountered: