From 4c7e254ef8de9ec6dd444edeeebcc12c0568c00d Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Thu, 30 Jan 2020 15:18:31 +0800 Subject: [PATCH] Fix type --- .../layers/lang/{asepctj.vim => aspectj.vim} | 0 docs/cn/layers.md | 2 + .../cn/layers/lang/{asepctj.md => aspectj.md} | 0 docs/layers.md | 2 + docs/layers/lang/{asepctj.md => aspectj.md} | 54 +++++++++---------- wiki/en/programming-languages.md | 2 +- 6 files changed, 32 insertions(+), 28 deletions(-) rename autoload/SpaceVim/layers/lang/{asepctj.vim => aspectj.vim} (100%) rename docs/cn/layers/lang/{asepctj.md => aspectj.md} (100%) rename docs/layers/lang/{asepctj.md => aspectj.md} (94%) diff --git a/autoload/SpaceVim/layers/lang/asepctj.vim b/autoload/SpaceVim/layers/lang/aspectj.vim similarity index 100% rename from autoload/SpaceVim/layers/lang/asepctj.vim rename to autoload/SpaceVim/layers/lang/aspectj.vim diff --git a/docs/cn/layers.md b/docs/cn/layers.md index 2da5ba858..e37043785 100644 --- a/docs/cn/layers.md +++ b/docs/cn/layers.md @@ -85,6 +85,7 @@ Vim 插件以及相关配置。而 SpaceVim 是以模块的方式来组织和管 | [lang#WebAssembly](lang/WebAssembly/) | 这一模块为 SpaceVim 提供了 WebAssembly 的开发支持。 | | [lang#agda](lang/agda/) | 这一模块为 SpaceVim 提供了 Agda 的开发支持,主要包括语法高亮及一键运行。 | | [lang#asciidoc](lang/asciidoc/) | 这一模块为 SpaceVim 提供了 AsciiDoc 的编辑支持,包括格式化、自动生成文章目录、代码块等特性。 | +| [lang#aspectj](lang/aspectj/) | 这一模块为 SpaceVim 提供了 AsepctJ 的编辑支持,包括代码高亮。 | | [lang#assembly](lang/assembly/) | 该模块为 SpaceVim 提供了 Assembly 语言开发支持,包括语法高亮。 | | [lang#autohotkey](lang/autohotkey/) | 这一模块为 SpaceVim 提供了 Autohotkey 的开发支持,包括语法高亮和自动补全等功能。 | | [lang#batch](lang/batch/) | 这一模块为 batch 开发提供支持,包括交互式编程、一键运行等特性。 | @@ -118,6 +119,7 @@ Vim 插件以及相关配置。而 SpaceVim 是以模块的方式来组织和管 | [lang#javascript](lang/javascript/) | 这一模块为 JavaScript 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 | | [lang#julia](lang/julia/) | 这一模块为 Julia 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 | | [lang#kotlin](lang/kotlin/) | 该模块为 SpaceVim 提供了 Kotlin 语言开发支持,包括语法高亮、语言服务器支持。 | +| [lang#lasso](lang/lasso/) | 这一模块为 SpaceVim 提供了 lasso 的编辑支持,包括代码高亮。 | | [lang#latex](lang/latex/) | 这一模块为 LaTex 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 | | [lang#lisp](lang/lisp/) | 这一模块为 Lisp 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 | | [lang#livescript](lang/livescript/) | 这一模块为 livescript 开发提供支持,包括交互式编程、一键运行等特性。 | diff --git a/docs/cn/layers/lang/asepctj.md b/docs/cn/layers/lang/aspectj.md similarity index 100% rename from docs/cn/layers/lang/asepctj.md rename to docs/cn/layers/lang/aspectj.md diff --git a/docs/layers.md b/docs/layers.md index 5ec9ced7e..deead2ab7 100644 --- a/docs/layers.md +++ b/docs/layers.md @@ -92,6 +92,7 @@ Some layers are enabled by default. The following example shows how to disable ` | [lang#WebAssembly](lang/WebAssembly/) | This layer adds WebAssembly support to SpaceVim | | [lang#agda](lang/agda/) | This layer adds Agda language support to SpaceVim. | | [lang#asciidoc](lang/asciidoc/) | Edit AsciiDoc within vim, autopreview AsciiDoc in the default browser, with this layer you can also format AsciiDoc file. | +| [lang#aspectj](lang/aspectj/) | AsepctJ language support, include syntax highlighting. | | [lang#assembly](lang/assembly/) | This layer adds Assembly language support to SpaceVim, including syntax highlighting. | | [lang#autohotkey](lang/autohotkey/) | This layer adds AutohotKey language support to SpaceVim. | | [lang#batch](lang/batch/) | This layer is for DOS batch file development, provide syntax highlighting, code runner and repl support for batch file. | @@ -127,6 +128,7 @@ Some layers are enabled by default. The following example shows how to disable ` | [lang#javascript](lang/javascript/) | This layer provides JavaScript development support for SpaceVim, including code completion, syntax highlighting and syntax checking | | [lang#julia](lang/julia/) | This layer is for Julia development, provide autocompletion, syntax checking and code formatting | | [lang#kotlin](lang/kotlin/) | This layer adds Kotlin language support to SpaceVim, including syntax highlighting, code runner and REPL support. | +| [lang#lasso](lang/lasso/) | Lasso language support, include syntax highlighting. | | [lang#latex](lang/latex/) | This layer provides support for writing LaTeX documents, including syntax highlighting, code completion, formatting etc. | | [lang#lisp](lang/lisp/) | This layer is for Lisp development, provide autocompletion, syntax checking, code format for Lisp file. | | [lang#livescript](lang/livescript/) | This layer is for livescript development, provide syntax checking, code runner and repl support for livescript file. | diff --git a/docs/layers/lang/asepctj.md b/docs/layers/lang/aspectj.md similarity index 94% rename from docs/layers/lang/asepctj.md rename to docs/layers/lang/aspectj.md index 19771cfb6..2f1940010 100644 --- a/docs/layers/lang/asepctj.md +++ b/docs/layers/lang/aspectj.md @@ -1,27 +1,27 @@ ---- -title: "SpaceVim lang#asepctj layer" -description: "AsepctJ language support, include syntax highlighting." ---- - -# [Available Layers](../../) >> lang#asepctj - - - -- [Description](#description) -- [Install](#install) - - - -## Description - -This layer is for editing AsepctJ file, include syntax highlighting. - -## Install - -To use this configuration layer, update custom configuration file with: - -```toml -[[layers]] - name = "lang#asepctj" -``` - +--- +title: "SpaceVim lang#asepctj layer" +description: "AsepctJ language support, include syntax highlighting." +--- + +# [Available Layers](../../) >> lang#asepctj + + + +- [Description](#description) +- [Install](#install) + + + +## Description + +This layer is for editing AsepctJ file, include syntax highlighting. + +## Install + +To use this configuration layer, update custom configuration file with: + +```toml +[[layers]] + name = "lang#asepctj" +``` + diff --git a/wiki/en/programming-languages.md b/wiki/en/programming-languages.md index 6b9cade97..87a1e2e18 100644 --- a/wiki/en/programming-languages.md +++ b/wiki/en/programming-languages.md @@ -4,6 +4,7 @@ | ----------------- | ------------------------------------------------------------------- | | Agda | [lang#agda](https://spacevim.org/layers/lang/agda/) | | Assembly | lang#assemble | +| AspectJ | [lang#asepctj](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/) | @@ -72,7 +73,6 @@ | APL | | | Applescript | | | Arc | | -| AspectJ | | | ATLAS | | | AutoIt | | | AutoLISP | |