2019-09-26 21:45:02 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#foxpro layer"
|
2021-06-21 20:39:29 +08:00
|
|
|
description: "This layer is for Visual FoxPro development, provides syntax highlighting for foxpro files."
|
2019-09-26 21:45:02 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# [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
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
To use this configuration layer, update your custom configuration file with:
|
2019-09-26 21:45:02 +08:00
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#foxpro"
|
|
|
|
```
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- syntax highlighting
|
|
|
|
|