mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:30:04 +08:00
9fa6fad9ed
- The filename is correct, but the contents have been misspelled. I've used `fastmod` to do a mechanical replace of `asepctj` to `aspectj`.
28 lines
501 B
Markdown
28 lines
501 B
Markdown
---
|
|
title: "SpaceVim lang#aspectj layer"
|
|
description: "AsepctJ language support, including syntax highlighting."
|
|
---
|
|
|
|
# [Available Layers](../../) >> lang#aspectj
|
|
|
|
<!-- 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#aspectj"
|
|
```
|
|
|