1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-01 04:50:04 +08:00
SpaceVim/docs/layers/lang/aspectj.md
2021-06-21 20:39:29 +08:00

28 lines
501 B
Markdown

---
title: "SpaceVim lang#asepctj layer"
description: "AsepctJ language support, including 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, including syntax highlighting.
## Install
To use this configuration layer, update your custom configuration file with:
```toml
[[layers]]
name = "lang#asepctj"
```