skuro / plantuml-mode

A major mode for editing PlantUML sources in Emacs
GNU General Public License v3.0
511 stars 96 forks source link

fix fork end indent #176

Open huwenbiao opened 4 months ago

huwenbiao commented 4 months ago

support fork end with comment msg:

@startuml
start
fork
  :行为 A;
fork again
  :行为 B;
end fork {和}
stop
@enduml