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

28 lines
501 B
Markdown
Raw Normal View History

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