mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
32 lines
552 B
Markdown
32 lines
552 B
Markdown
|
---
|
||
|
title: "SpaceVim lang#foxpro layer"
|
||
|
description: "This layer is for Visual FoxPro development, provide syntax highlighting for foxpro file."
|
||
|
---
|
||
|
|
||
|
# [Available Layers](../../) >> lang#foxpro
|
||
|
|
||
|
<!-- vim-markdown-toc GFM -->
|
||
|
|
||
|
- [Description](#description)
|
||
|
- [Install](#install)
|
||
|
- [Features](#features)
|
||
|
|
||
|
<!-- vim-markdown-toc -->
|
||
|
|
||
|
## Description
|
||
|
|
||
|
This layer is for foxpro development.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
To use this configuration layer, update custom configuration file with:
|
||
|
|
||
|
```toml
|
||
|
[[layers]]
|
||
|
name = "lang#foxpro"
|
||
|
```
|
||
|
## Features
|
||
|
|
||
|
- syntax highlighting
|
||
|
|