mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:30:04 +08:00
33 lines
600 B
Markdown
33 lines
600 B
Markdown
|
---
|
||
|
title: "SpaceVim lang#postscript layer"
|
||
|
description: "This layer is for postscript development, includes syntax highlighting for postscript file."
|
||
|
---
|
||
|
|
||
|
# [Available Layers](../../) >> lang#postscript
|
||
|
|
||
|
<!-- vim-markdown-toc GFM -->
|
||
|
|
||
|
- [Description](#description)
|
||
|
- [Install](#install)
|
||
|
- [Features](#features)
|
||
|
|
||
|
<!-- vim-markdown-toc -->
|
||
|
|
||
|
## Description
|
||
|
|
||
|
This layer provides syntax highlighting for PostScript.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
To use this configuration layer, update custom configuration file with:
|
||
|
|
||
|
```toml
|
||
|
[[layers]]
|
||
|
name = "lang#postscript"
|
||
|
```
|
||
|
|
||
|
## Features
|
||
|
|
||
|
- syntax highlighting for `.ps` file
|
||
|
|