hokorobi / plantuml-syntax

vim syntax file for plantuml
Vim License
0 stars 1 forks source link

Can not decorate \n and others in Label #25

Open hokorobi opened 7 years ago

hokorobi commented 7 years ago
@startuml
start
if (Graphviz installed?) then (yes)
:process all\ndiagrams;
else (no)
:process only
__sequence__ and __activity__ diagrams;
endif
stop
@enduml

5-3-1_vim

5-3-1

hokorobi commented 7 years ago

\n は OK