mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
docs(aspectj): AspectJ support has been misspelled
- The filename is correct, but the contents have been misspelled. I've used `fastmod` to do a mechanical replace of `asepctj` to `aspectj`.
This commit is contained in:
parent
ba187ae41f
commit
9fa6fad9ed
@ -1,5 +1,5 @@
|
|||||||
"=============================================================================
|
"=============================================================================
|
||||||
" asepctj.vim --- asepctj language support in SpaceVim
|
" aspectj.vim --- aspectj language support in SpaceVim
|
||||||
" Copyright (c) 2016-2022 Wang Shidong & Contributors
|
" Copyright (c) 2016-2022 Wang Shidong & Contributors
|
||||||
" Author: Wang Shidong < wsdjeg@outlook.com >
|
" Author: Wang Shidong < wsdjeg@outlook.com >
|
||||||
" URL: https://spacevim.org
|
" URL: https://spacevim.org
|
||||||
@ -7,18 +7,18 @@
|
|||||||
"=============================================================================
|
"=============================================================================
|
||||||
|
|
||||||
""
|
""
|
||||||
" @section lang#asepctj, layers-lang-asepctj
|
" @section lang#aspectj, layers-lang-aspectj
|
||||||
" @parentsection layers
|
" @parentsection layers
|
||||||
" This layer provides syntax highlighting for asepctj. To enable this
|
" This layer provides syntax highlighting for aspectj. To enable this
|
||||||
" layer:
|
" layer:
|
||||||
" >
|
" >
|
||||||
" [layers]
|
" [layers]
|
||||||
" name = "lang#asepctj"
|
" name = "lang#aspectj"
|
||||||
" <
|
" <
|
||||||
|
|
||||||
function! SpaceVim#layers#lang#aspectj#plugins() abort
|
function! SpaceVim#layers#lang#aspectj#plugins() abort
|
||||||
let plugins = []
|
let plugins = []
|
||||||
call add(plugins, ['wsdjeg/vim-asepctj', { 'merged' : 0}])
|
call add(plugins, ['wsdjeg/vim-aspectj', { 'merged' : 0}])
|
||||||
return plugins
|
return plugins
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ CONTENTS *SpaceVim-contents*
|
|||||||
25. lang#actionscript................|SpaceVim-layers-lang-actionscript|
|
25. lang#actionscript................|SpaceVim-layers-lang-actionscript|
|
||||||
26. lang#agda................................|SpaceVim-layers-lang-agda|
|
26. lang#agda................................|SpaceVim-layers-lang-agda|
|
||||||
27. lang#asciidoc........................|SpaceVim-layers-lang-asciidoc|
|
27. lang#asciidoc........................|SpaceVim-layers-lang-asciidoc|
|
||||||
28. lang#asepctj..........................|SpaceVim-layers-lang-asepctj|
|
28. lang#aspectj..........................|SpaceVim-layers-lang-aspectj|
|
||||||
29. lang#assembly........................|SpaceVim-layers-lang-assembly|
|
29. lang#assembly........................|SpaceVim-layers-lang-assembly|
|
||||||
30. lang#autohotkey....................|SpaceVim-layers-lang-autohotkey|
|
30. lang#autohotkey....................|SpaceVim-layers-lang-autohotkey|
|
||||||
31. lang#autoit............................|SpaceVim-layers-lang-autoit|
|
31. lang#autoit............................|SpaceVim-layers-lang-autoit|
|
||||||
@ -2319,12 +2319,12 @@ This layer provides syntax highlighting for asciidoc. To enable this layer:
|
|||||||
<
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
LANG#ASEPCTJ *SpaceVim-layers-lang-asepctj*
|
LANG#ASEPCTJ *SpaceVim-layers-lang-aspectj*
|
||||||
|
|
||||||
This layer provides syntax highlighting for asepctj. To enable this layer:
|
This layer provides syntax highlighting for aspectj. To enable this layer:
|
||||||
>
|
>
|
||||||
[layers]
|
[layers]
|
||||||
name = "lang#asepctj"
|
name = "lang#aspectj"
|
||||||
<
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
@ -41,7 +41,7 @@ Eight programming language layers have been added since the last release:
|
|||||||
- Add [`lang#zig`](../layers/lang/zig/) layer [#3355](https://github.com/SpaceVim/SpaceVim/pull/3355)
|
- Add [`lang#zig`](../layers/lang/zig/) layer [#3355](https://github.com/SpaceVim/SpaceVim/pull/3355)
|
||||||
- Add `lang#wdl` layer [#3307](https://github.com/SpaceVim/SpaceVim/pull/3307)
|
- Add `lang#wdl` layer [#3307](https://github.com/SpaceVim/SpaceVim/pull/3307)
|
||||||
- Add [`lang#ring`](../layers/lang/ring/) layer [#3311](https://github.com/SpaceVim/SpaceVim/pull/3311)
|
- Add [`lang#ring`](../layers/lang/ring/) layer [#3311](https://github.com/SpaceVim/SpaceVim/pull/3311)
|
||||||
- Add [`lang#asepctj`](../layers/lang/asepctj/) layer [#3313](https://github.com/SpaceVim/SpaceVim/pull/3313)
|
- Add [`lang#aspectj`](../layers/lang/aspectj/) layer [#3313](https://github.com/SpaceVim/SpaceVim/pull/3313)
|
||||||
- Add [`lang#lasso`](../layers/lang/lasso/) layer [#3314](https://github.com/SpaceVim/SpaceVim/pull/3314)
|
- Add [`lang#lasso`](../layers/lang/lasso/) layer [#3314](https://github.com/SpaceVim/SpaceVim/pull/3314)
|
||||||
- Add `lang#xquery` layer [#3327](https://github.com/SpaceVim/SpaceVim/pull/3327)
|
- Add `lang#xquery` layer [#3327](https://github.com/SpaceVim/SpaceVim/pull/3327)
|
||||||
- Add [`lang#janet`](../layers/lang/janet/) layer [#3330](https://github.com/SpaceVim/SpaceVim/pull/3330)
|
- Add [`lang#janet`](../layers/lang/janet/) layer [#3330](https://github.com/SpaceVim/SpaceVim/pull/3330)
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: "SpaceVim lang#asepctj layer"
|
title: "SpaceVim lang#aspectj layer"
|
||||||
description: "这一模块为 SpaceVim 提供了 AsepctJ 的编辑支持,包括代码高亮。"
|
description: "这一模块为 SpaceVim 提供了 AsepctJ 的编辑支持,包括代码高亮。"
|
||||||
lang: zh
|
lang: zh
|
||||||
---
|
---
|
||||||
|
|
||||||
# [Available Layers](../../) >> lang#asepctj
|
# [Available Layers](../../) >> lang#aspectj
|
||||||
|
|
||||||
<!-- vim-markdown-toc GFM -->
|
<!-- vim-markdown-toc GFM -->
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ lang: zh
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[[layers]]
|
[[layers]]
|
||||||
name = "lang#asepctj"
|
name = "lang#aspectj"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "SpaceVim lang#asepctj layer"
|
title: "SpaceVim lang#aspectj layer"
|
||||||
description: "AsepctJ language support, including syntax highlighting."
|
description: "AsepctJ language support, including syntax highlighting."
|
||||||
---
|
---
|
||||||
|
|
||||||
# [Available Layers](../../) >> lang#asepctj
|
# [Available Layers](../../) >> lang#aspectj
|
||||||
|
|
||||||
<!-- vim-markdown-toc GFM -->
|
<!-- vim-markdown-toc GFM -->
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ To use this configuration layer, update your custom configuration file with:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[[layers]]
|
[[layers]]
|
||||||
name = "lang#asepctj"
|
name = "lang#aspectj"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ This is a list of programming languages supported in SpaceVim:
|
|||||||
| Agda | [lang#agda](https://spacevim.org/layers/lang/agda/) | |
|
| Agda | [lang#agda](https://spacevim.org/layers/lang/agda/) | |
|
||||||
| ActionScript | [lang#actionscript](https://spacevim.org/layers/lang/actionscript/) | |
|
| ActionScript | [lang#actionscript](https://spacevim.org/layers/lang/actionscript/) | |
|
||||||
| Assembly | lang#assemble | |
|
| Assembly | lang#assemble | |
|
||||||
| AspectJ | [lang#asepctj](https://spacevim.org/layers/lang/aspectj/) | |
|
| AspectJ | [lang#aspectj](https://spacevim.org/layers/lang/aspectj/) | |
|
||||||
| AutoHotkey | [lang#autohotkey](https://spacevim.org/layers/lang/autohotkey/) | |
|
| AutoHotkey | [lang#autohotkey](https://spacevim.org/layers/lang/autohotkey/) | |
|
||||||
| Bash, Fish, zsh | [lang#sh](https://spacevim.org/layers/lang/sh/) | |
|
| Bash, Fish, zsh | [lang#sh](https://spacevim.org/layers/lang/sh/) | |
|
||||||
| C# | [lang#csharp](https://spacevim.org/layers/lang/csharp/) | |
|
| C# | [lang#csharp](https://spacevim.org/layers/lang/csharp/) | |
|
||||||
|
Loading…
Reference in New Issue
Block a user