KyleKorndoerfer / BracketsUML

A Brackets extension that allows you to create PlantUML diagrams from within the editor
MIT License
14 stars 3 forks source link

Add basic support for other diagram types #16

Closed KyleKorndoerfer closed 7 years ago

KyleKorndoerfer commented 7 years ago

Create the basic skeleton (no syntax highlighting) for the other diagram types so they can be recognized as BracketsUML files. This will enable the extension allowing the contents of the editor to be sent to the registered PlantUML service and receive a generated diagram in response.

The diagram types should include:

KyleKorndoerfer commented 7 years ago

Basic support has been added by Commit #eb6cfd4