# plantuml-syntax **Repository Path**: hustlion-dev/plantuml-syntax ## Basic Information - **Project Name**: plantuml-syntax - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-08-01 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vim PlantUML Syntax/Plugin/FTDetect This is a vim syntax file for [PlantUML](http://plantuml.com). The `filetype` will be set to `plantuml` for *.pu, *.uml 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 ````sh #!/bin/bash java -jar $HOME/lib/java/plantuml.jar -tsvg $@ ```` You can change the name of this file by setting `g:plantuml_executable_script`