# plantuml-syntax **Repository Path**: github-code-fork/plantuml-syntax ## Basic Information - **Project Name**: plantuml-syntax - **Description**: vim syntax file for plantuml - **Primary Language**: Unknown - **License**: Vim - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-20 - **Last Updated**: 2025-03-31 ## 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`, `*.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 ````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` and disable this feature by setting `g:plantuml_set_makeprg` to `0`. See examples here: [Plantuml Syntax](https://aklt.github.io/plantuml/).