Also, I realize that while we are at it, we should also support multi-line comments that make use of the line continuation character (`_`) as well: ```vba ' Multi-line _ comment ```  _Originally posted by @DecimalTurn in https://github.com/serkonda7/vscode-vba/issues/81#issuecomment-1579189272_ Note: This should theoretically affect other grammar rules as well.