mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:20:04 +08:00
28 lines
564 B
Markdown
28 lines
564 B
Markdown
|
---
|
||
|
title: "SpaceVim lang#povray layer"
|
||
|
description: "This layer is for povray development, provide syntax highlighting, 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 custom configuration file with:
|
||
|
|
||
|
```toml
|
||
|
[[layers]]
|
||
|
name = "lang#povray"
|
||
|
```
|
||
|
|