aklt / plantuml-syntax

vim syntax file for plantuml
Vim License
475 stars 72 forks source link

`fork again` increases indent #92

Closed sfinktah closed 2 years ago

sfinktah commented 4 years ago

partition Browse {
  skinparam ConditionEndStyle diamond
  fork
    :select dates;
    fork again
      :select locations;
    end fork

  }
aklt commented 3 years ago

Thanks for your bugreport, I hope to have a look at this soon.