---
title: "SpaceVim lang#plantuml layer"
description: "This layer is for PlantUML development, syntax highlighting for PlantUML file."
---

# [Available Layers](../../) >> lang#plantuml

<!-- vim-markdown-toc GFM -->

- [Description](#description)
- [Features](#features)
- [Install](#install)
  - [Layer](#layer)

<!-- vim-markdown-toc -->

## Description

This layer is for PlantUML development.

## Features

- Syntax highlighting
- Inline previews

## Install

### Layer

To use this configuration layer, update custom configuration file with:

```toml
[[layers]]
  name = "lang#plantuml"
```