qjebbs / vscode-plantuml

Rich PlantUML support for Visual Studio Code.
MIT License
1.1k stars 160 forks source link

Syntax highlight on vscode breaks with multi-line text #552

Open sora-blue opened 1 year ago

sora-blue commented 1 year ago

Example:

partition a {
    --> "one line\
         \nyet another"
    --> "color of this part will be brown"
    --> "yet plantuml previewer will work"
}