Skip to content

aklt/plantuml-syntax

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 19, 2022 20:57
February 19, 2022 20:57
February 19, 2022 20:57
February 19, 2022 20:57
July 31, 2022 17:32

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 $@

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.