2020-01-30 15:18:31 +08:00
|
|
|
---
|
2022-07-29 07:46:26 +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
|
|
|
---
|
|
|
|
|
2022-07-29 07:46:26 +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]]
|
2022-07-29 07:46:26 +08:00
|
|
|
name = "lang#aspectj"
|
2020-01-30 15:18:31 +08:00
|
|
|
```
|
|
|
|
|