aklt / plantuml-syntax

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

Actor syntax highlight conflicts with sequence diagram #88

Closed pplatek closed 4 years ago

pplatek commented 4 years ago

If I add a sequence diagram message that contains ":" character, this cause the syntax highlighting to be broken for the rest of that sequence diagram, eg: mobile_phone -> mobile_phone: send a message containing ":"

I've never used the use case diagram but based on https://plantuml.com/use-case-diagram, this seems like a reasonable fix.

aklt commented 4 years ago

Thanks!