1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-31 23:40:04 +08:00
SpaceVim/docs/layers/lang/povray.md
2021-06-21 20:39:29 +08:00

28 lines
574 B
Markdown

---
title: "SpaceVim lang#povray layer"
description: "This layer is for povray development, provides syntax highlighting, and viewing images."
---
# [Available Layers](../../) >> lang#povray
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
This layer is for writing [POV-Ray](https://www.povray.org/) code, including syntax highlighting for `*.pov` files.
## Install
To use this configuration layer, update your custom configuration file with:
```toml
[[layers]]
name = "lang#povray"
```