Open LoganDark opened 2 years ago
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
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