mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:20:04 +08:00
32 lines
559 B
Markdown
32 lines
559 B
Markdown
---
|
|
title: "SpaceVim lang#foxpro layer"
|
|
description: "This layer is for Visual FoxPro development, provides syntax highlighting for foxpro files."
|
|
---
|
|
|
|
# [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 your custom configuration file with:
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "lang#foxpro"
|
|
```
|
|
## Features
|
|
|
|
- syntax highlighting
|
|
|