1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00
SpaceVim/docs/layers/lang/povray.md

28 lines
574 B
Markdown
Raw Permalink Normal View History

2020-12-20 19:41:17 +08:00
---
title: "SpaceVim lang#povray layer"
2021-06-21 20:39:29 +08:00
description: "This layer is for povray development, provides syntax highlighting, and viewing images."
2020-12-20 19:41:17 +08:00
---
# [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
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
2020-12-20 19:41:17 +08:00
```toml
[[layers]]
name = "lang#povray"
```