All Projects → aklt → Plantuml Syntax

aklt / Plantuml Syntax

vim syntax file for plantuml

Labels

Projects that are alternatives of or similar to Plantuml Syntax

plant erd
ERD exporter with PlantUML and mermaid format
Stars: ✭ 126 (-61.7%)
Mutual labels:  plantuml
plantuml-libs
A set of PlantUML libraries and a NPM cli tool to design diagrams which focus on several technologies/approaches: Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), C4 Model or even EventStorming and more.
Stars: ✭ 75 (-77.2%)
Mutual labels:  plantuml
Cleancppproject
Clean C++ project for you to use. Features: Modern CMake, CPack, Doxygen, PlantUML, Catch Unit testing, static analysis
Stars: ✭ 276 (-16.11%)
Mutual labels:  plantuml
erdiagram
Entity-Relationship diagram code generator library
Stars: ✭ 28 (-91.49%)
Mutual labels:  plantuml
mkdocs build plantuml
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline)
Stars: ✭ 31 (-90.58%)
Mutual labels:  plantuml
idle
parse source code(objective-c, java) generate uml(class diagram)
Stars: ✭ 44 (-86.63%)
Mutual labels:  plantuml
PlantUMLDesignPatterns
No description or website provided.
Stars: ✭ 34 (-89.67%)
Mutual labels:  plantuml
Aws Icons For Plantuml
PlantUML sprites, macros, and other includes for Amazon Web Services services and resources
Stars: ✭ 309 (-6.08%)
Mutual labels:  plantuml
salesforce-plantuml
Salesforce app to generate UML class & ER-diagrams from your org data. Leverages the PlantUML library.
Stars: ✭ 89 (-72.95%)
Mutual labels:  plantuml
plantuml2ddl
Intellij IDEA plugin- MySQL DDL and PlantUML convert to each other.
Stars: ✭ 23 (-93.01%)
Mutual labels:  plantuml
vue-showdowns-editor
A markdown editor using codemirror and previewer using @jhuix/showdowns for Vue.js.
Stars: ✭ 27 (-91.79%)
Mutual labels:  plantuml
dcdg.dart
Dart Class Diagram Generator
Stars: ✭ 98 (-70.21%)
Mutual labels:  plantuml
py2puml
Generate PlantUML class diagrams to document your Python application.
Stars: ✭ 51 (-84.5%)
Mutual labels:  plantuml
kstatemachine
KStateMachine is a Kotlin DSL library for creating finite state machines (FSM) and hierarchical state machines (HSM).
Stars: ✭ 63 (-80.85%)
Mutual labels:  plantuml
Netbeans Mmd Plugin
Free mind map and PlantUML editor with plugins for both NetBeans and Intellij
Stars: ✭ 283 (-13.98%)
Mutual labels:  plantuml
smeagol-galore
A git-based wiki featuring markdown, a WYSIWYG Editor, PlantUML, and much more
Stars: ✭ 21 (-93.62%)
Mutual labels:  plantuml
mdbook-plantuml
mdBook preprocessor to render PlantUML diagrams to png images in the book output directory
Stars: ✭ 43 (-86.93%)
Mutual labels:  plantuml
Plantuml Editor
PlantUML online demo client
Stars: ✭ 313 (-4.86%)
Mutual labels:  plantuml
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+957.14%)
Mutual labels:  plantuml
smeagol
Store your technical documentation with in your git repository
Stars: ✭ 19 (-94.22%)
Mutual labels:  plantuml

Vim PlantUML Syntax/Plugin/FTDetect

This is a vim syntax file for PlantUML.

The filetype will be set to plantuml for *.pu, *.uml, *.puml, *.iuml or *.plantuml files or if the first line of a file contains @startuml.

Additionally the makeprg is set to plantuml assuming you have this executable in your path. This file could contain something like

#!/bin/bash
java -jar $HOME/lib/java/plantuml.jar -tsvg [email protected]

You can change the name of this file by setting g:plantuml_executable_script and disable this feature by setting g:plantuml_set_makeprg to 0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].