evandrocoan / PlantUmlDiagrams

A fork from https://github.com/jvantuyl/sublime_diagram_plugin package for Sublime Text, to render diagrams in your source code
Other
38 stars 10 forks source link

remove word boundary as it matches '@' sign #11

Closed evandrocoan closed 4 years ago

evandrocoan commented 4 years ago

Causes @startuml and @enduml to not match because @ is considered a word boundary. I don't see the reason for the \b to exist since it is matching beggining of line anyway.