1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 03:10:04 +08:00
SpaceVim/docs/layers/lang/aspectj.md

28 lines
492 B
Markdown
Raw Normal View History

2020-01-30 15:18:31 +08:00
---
title: "SpaceVim lang#asepctj layer"
description: "AsepctJ language support, include syntax highlighting."
---
# [Available Layers](../../) >> lang#asepctj
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
This layer is for editing AsepctJ file, include syntax highlighting.
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#asepctj"
```