### How are you using the lua-language-server? NeoVim ### Which OS are you using? MacOS ### What is the issue affecting? Hover ### Expected Behaviour ```lua -- THIS IS NOT A DOC COMMENT ---This is a doc comment local a = '' ``` Hovering `a` should show: `This is a doc comment`. ### Actual Behaviour ```lua -- THIS IS NOT A DOC COMMENT local a = '' ``` Hovering `a` shows: ``` THIS IS NOT A DOC COMMENT This is a doc comment ``` ### Reproduction steps See above ^^^ ### Additional Notes _No response_ ### Log File _No response_