1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-13 12:19:10 +08:00
This commit is contained in:
Shidong Wang 2020-01-30 15:18:31 +08:00
parent 7a53cc9971
commit 4c7e254ef8
6 changed files with 32 additions and 28 deletions

View File

@ -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 开发提供支持,包括交互式编程、一键运行等特性。 |

View File

@ -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. |

View File

@ -1,27 +1,27 @@
---
title: "SpaceVim lang#asepctj layer"
description: "AsepctJ language support, include syntax highlighting."
---
# [Available Layers](../../) >> lang#asepctj
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
<!-- vim-markdown-toc -->
## 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
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
<!-- vim-markdown-toc -->
## 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"
```

View File

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