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