1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:10:06 +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:
Austin Ziegler 2022-07-28 19:46:26 -04:00 committed by GitHub
parent ba187ae41f
commit 9fa6fad9ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 17 deletions

View File

@ -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
" Author: Wang Shidong < wsdjeg@outlook.com >
" URL: https://spacevim.org
@ -7,18 +7,18 @@
"=============================================================================
""
" @section lang#asepctj, layers-lang-asepctj
" @section lang#aspectj, layers-lang-aspectj
" @parentsection layers
" This layer provides syntax highlighting for asepctj. To enable this
" This layer provides syntax highlighting for aspectj. To enable this
" layer:
" >
" [layers]
" name = "lang#asepctj"
" name = "lang#aspectj"
" <
function! SpaceVim#layers#lang#aspectj#plugins() abort
let plugins = []
call add(plugins, ['wsdjeg/vim-asepctj', { 'merged' : 0}])
call add(plugins, ['wsdjeg/vim-aspectj', { 'merged' : 0}])
return plugins
endfunction

View File

@ -120,7 +120,7 @@ CONTENTS *SpaceVim-contents*
25. lang#actionscript................|SpaceVim-layers-lang-actionscript|
26. lang#agda................................|SpaceVim-layers-lang-agda|
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|
30. lang#autohotkey....................|SpaceVim-layers-lang-autohotkey|
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]
name = "lang#asepctj"
name = "lang#aspectj"
<
==============================================================================

View File

@ -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#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#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#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)

View File

@ -1,10 +1,10 @@
---
title: "SpaceVim lang#asepctj layer"
title: "SpaceVim lang#aspectj layer"
description: "这一模块为 SpaceVim 提供了 AsepctJ 的编辑支持,包括代码高亮。"
lang: zh
---
# [Available Layers](../../) >> lang#asepctj
# [Available Layers](../../) >> lang#aspectj
<!-- vim-markdown-toc GFM -->
@ -23,7 +23,7 @@ lang: zh
```toml
[[layers]]
name = "lang#asepctj"
name = "lang#aspectj"
```

View File

@ -1,9 +1,9 @@
---
title: "SpaceVim lang#asepctj layer"
title: "SpaceVim lang#aspectj layer"
description: "AsepctJ language support, including syntax highlighting."
---
# [Available Layers](../../) >> lang#asepctj
# [Available Layers](../../) >> lang#aspectj
<!-- vim-markdown-toc GFM -->
@ -22,6 +22,6 @@ To use this configuration layer, update your custom configuration file with:
```toml
[[layers]]
name = "lang#asepctj"
name = "lang#aspectj"
```

View File

@ -14,7 +14,7 @@ This is a list of programming languages supported in SpaceVim:
| Agda | [lang#agda](https://spacevim.org/layers/lang/agda/) | |
| ActionScript | [lang#actionscript](https://spacevim.org/layers/lang/actionscript/) | |
| 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/) | |
| Bash, Fish, zsh | [lang#sh](https://spacevim.org/layers/lang/sh/) | |
| C# | [lang#csharp](https://spacevim.org/layers/lang/csharp/) | |