AntlrVSIX
AntlrVSIX copied to clipboard
Multi-line comments are not colorized correctly.
LSP TextDocumentSemanticTokensFull can return a multi-line symbol, but VSCode will only colorize the first line of it. The method must instead return a separate colorized line!
The LSP spec says that the client can let the server know if multilineTokenSupport is available. I would have thought VSCode would support it, but apparently not.