mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 07:09:11 +08:00
Fix type
This commit is contained in:
parent
7a53cc9971
commit
4c7e254ef8
@ -85,6 +85,7 @@ Vim 插件以及相关配置。而 SpaceVim 是以模块的方式来组织和管
|
|||||||
| [lang#WebAssembly](lang/WebAssembly/) | 这一模块为 SpaceVim 提供了 WebAssembly 的开发支持。 |
|
| [lang#WebAssembly](lang/WebAssembly/) | 这一模块为 SpaceVim 提供了 WebAssembly 的开发支持。 |
|
||||||
| [lang#agda](lang/agda/) | 这一模块为 SpaceVim 提供了 Agda 的开发支持,主要包括语法高亮及一键运行。 |
|
| [lang#agda](lang/agda/) | 这一模块为 SpaceVim 提供了 Agda 的开发支持,主要包括语法高亮及一键运行。 |
|
||||||
| [lang#asciidoc](lang/asciidoc/) | 这一模块为 SpaceVim 提供了 AsciiDoc 的编辑支持,包括格式化、自动生成文章目录、代码块等特性。 |
|
| [lang#asciidoc](lang/asciidoc/) | 这一模块为 SpaceVim 提供了 AsciiDoc 的编辑支持,包括格式化、自动生成文章目录、代码块等特性。 |
|
||||||
|
| [lang#aspectj](lang/aspectj/) | 这一模块为 SpaceVim 提供了 AsepctJ 的编辑支持,包括代码高亮。 |
|
||||||
| [lang#assembly](lang/assembly/) | 该模块为 SpaceVim 提供了 Assembly 语言开发支持,包括语法高亮。 |
|
| [lang#assembly](lang/assembly/) | 该模块为 SpaceVim 提供了 Assembly 语言开发支持,包括语法高亮。 |
|
||||||
| [lang#autohotkey](lang/autohotkey/) | 这一模块为 SpaceVim 提供了 Autohotkey 的开发支持,包括语法高亮和自动补全等功能。 |
|
| [lang#autohotkey](lang/autohotkey/) | 这一模块为 SpaceVim 提供了 Autohotkey 的开发支持,包括语法高亮和自动补全等功能。 |
|
||||||
| [lang#batch](lang/batch/) | 这一模块为 batch 开发提供支持,包括交互式编程、一键运行等特性。 |
|
| [lang#batch](lang/batch/) | 这一模块为 batch 开发提供支持,包括交互式编程、一键运行等特性。 |
|
||||||
@ -118,6 +119,7 @@ Vim 插件以及相关配置。而 SpaceVim 是以模块的方式来组织和管
|
|||||||
| [lang#javascript](lang/javascript/) | 这一模块为 JavaScript 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 |
|
| [lang#javascript](lang/javascript/) | 这一模块为 JavaScript 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 |
|
||||||
| [lang#julia](lang/julia/) | 这一模块为 Julia 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 |
|
| [lang#julia](lang/julia/) | 这一模块为 Julia 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 |
|
||||||
| [lang#kotlin](lang/kotlin/) | 该模块为 SpaceVim 提供了 Kotlin 语言开发支持,包括语法高亮、语言服务器支持。 |
|
| [lang#kotlin](lang/kotlin/) | 该模块为 SpaceVim 提供了 Kotlin 语言开发支持,包括语法高亮、语言服务器支持。 |
|
||||||
|
| [lang#lasso](lang/lasso/) | 这一模块为 SpaceVim 提供了 lasso 的编辑支持,包括代码高亮。 |
|
||||||
| [lang#latex](lang/latex/) | 这一模块为 LaTex 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 |
|
| [lang#latex](lang/latex/) | 这一模块为 LaTex 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 |
|
||||||
| [lang#lisp](lang/lisp/) | 这一模块为 Lisp 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 |
|
| [lang#lisp](lang/lisp/) | 这一模块为 Lisp 开发提供支持,包括代码补全、语法检查、代码格式化等特性。 |
|
||||||
| [lang#livescript](lang/livescript/) | 这一模块为 livescript 开发提供支持,包括交互式编程、一键运行等特性。 |
|
| [lang#livescript](lang/livescript/) | 这一模块为 livescript 开发提供支持,包括交互式编程、一键运行等特性。 |
|
||||||
|
@ -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#WebAssembly](lang/WebAssembly/) | This layer adds WebAssembly support to SpaceVim |
|
||||||
| [lang#agda](lang/agda/) | This layer adds Agda language 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#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#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#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. |
|
| [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#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#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#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#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#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. |
|
| [lang#livescript](lang/livescript/) | This layer is for livescript development, provide syntax checking, code runner and repl support for livescript file. |
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
---
|
---
|
||||||
title: "SpaceVim lang#asepctj layer"
|
title: "SpaceVim lang#asepctj layer"
|
||||||
description: "AsepctJ language support, include syntax highlighting."
|
description: "AsepctJ language support, include syntax highlighting."
|
||||||
---
|
---
|
||||||
|
|
||||||
# [Available Layers](../../) >> lang#asepctj
|
# [Available Layers](../../) >> lang#asepctj
|
||||||
|
|
||||||
<!-- vim-markdown-toc GFM -->
|
<!-- vim-markdown-toc GFM -->
|
||||||
|
|
||||||
- [Description](#description)
|
- [Description](#description)
|
||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
|
|
||||||
<!-- vim-markdown-toc -->
|
<!-- vim-markdown-toc -->
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This layer is for editing AsepctJ file, include syntax highlighting.
|
This layer is for editing AsepctJ file, include syntax highlighting.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
To use this configuration layer, update custom configuration file with:
|
To use this configuration layer, update custom configuration file with:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[[layers]]
|
[[layers]]
|
||||||
name = "lang#asepctj"
|
name = "lang#asepctj"
|
||||||
```
|
```
|
||||||
|
|
@ -4,6 +4,7 @@
|
|||||||
| ----------------- | ------------------------------------------------------------------- |
|
| ----------------- | ------------------------------------------------------------------- |
|
||||||
| Agda | [lang#agda](https://spacevim.org/layers/lang/agda/) |
|
| Agda | [lang#agda](https://spacevim.org/layers/lang/agda/) |
|
||||||
| Assembly | lang#assemble |
|
| Assembly | lang#assemble |
|
||||||
|
| AspectJ | [lang#asepctj](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/) |
|
||||||
@ -72,7 +73,6 @@
|
|||||||
| APL | |
|
| APL | |
|
||||||
| Applescript | |
|
| Applescript | |
|
||||||
| Arc | |
|
| Arc | |
|
||||||
| AspectJ | |
|
|
||||||
| ATLAS | |
|
| ATLAS | |
|
||||||
| AutoIt | |
|
| AutoIt | |
|
||||||
| AutoLISP | |
|
| AutoLISP | |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user