mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
docs(wdl): add :h SpaceVim-layers-lang-wdl
This commit is contained in:
parent
db7dee960f
commit
a4d20477dd
@ -6,6 +6,17 @@
|
|||||||
" License: GPLv3
|
" License: GPLv3
|
||||||
"=============================================================================
|
"=============================================================================
|
||||||
|
|
||||||
|
""
|
||||||
|
" @section lang#wdl, layers-lang-wdl
|
||||||
|
" @parentsection layers
|
||||||
|
" This layer provides syntax highlighting for WDL file. and it is disabled by
|
||||||
|
" default, to enable this layer, add following snippet to your SpaceVim
|
||||||
|
" configuration file.
|
||||||
|
" >
|
||||||
|
" [[layers]]
|
||||||
|
" name = 'lang#wdl'
|
||||||
|
" <
|
||||||
|
"
|
||||||
|
|
||||||
function! SpaceVim#layers#lang#wdl#plugins() abort
|
function! SpaceVim#layers#lang#wdl#plugins() abort
|
||||||
let plugins = []
|
let plugins = []
|
||||||
|
@ -198,24 +198,25 @@ CONTENTS *SpaceVim-contents*
|
|||||||
108. lang#vbnet.............................|SpaceVim-layers-lang-vbnet|
|
108. lang#vbnet.............................|SpaceVim-layers-lang-vbnet|
|
||||||
109. lang#vim.................................|SpaceVim-layers-lang-vim|
|
109. lang#vim.................................|SpaceVim-layers-lang-vim|
|
||||||
110. lang#vue.................................|SpaceVim-layers-lang-vue|
|
110. lang#vue.................................|SpaceVim-layers-lang-vue|
|
||||||
111. lang#wolfram.........................|SpaceVim-layers-lang-wolfram|
|
111. lang#wdl.................................|SpaceVim-layers-lang-wdl|
|
||||||
112. lang#xml.................................|SpaceVim-layers-lang-xml|
|
112. lang#wolfram.........................|SpaceVim-layers-lang-wolfram|
|
||||||
113. lang#xquery...........................|SpaceVim-layers-lang-xquery|
|
113. lang#xml.................................|SpaceVim-layers-lang-xml|
|
||||||
114. lang#zig.................................|SpaceVim-layers-lang-zig|
|
114. lang#xquery...........................|SpaceVim-layers-lang-xquery|
|
||||||
115. language server protocol......................|SpaceVim-layers-lsp|
|
115. lang#zig.................................|SpaceVim-layers-lang-zig|
|
||||||
116. leaderf...................................|SpaceVim-layers-leaderf|
|
116. language server protocol......................|SpaceVim-layers-lsp|
|
||||||
117. mail.........................................|SpaceVim-layers-mail|
|
117. leaderf...................................|SpaceVim-layers-leaderf|
|
||||||
118. operator.................................|SpaceVim-layers-operator|
|
118. mail.........................................|SpaceVim-layers-mail|
|
||||||
119. shell.......................................|SpaceVim-layers-shell|
|
119. operator.................................|SpaceVim-layers-operator|
|
||||||
120. ssh...........................................|SpaceVim-layers-ssh|
|
120. shell.......................................|SpaceVim-layers-shell|
|
||||||
121. test.........................................|SpaceVim-layers-test|
|
121. ssh...........................................|SpaceVim-layers-ssh|
|
||||||
122. tmux.........................................|SpaceVim-layers-tmux|
|
122. test.........................................|SpaceVim-layers-test|
|
||||||
123. tools#dash.............................|SpaceVim-layers-tools-dash|
|
123. tmux.........................................|SpaceVim-layers-tmux|
|
||||||
124. tools#mpv...............................|SpaceVim-layers-tools-mpv|
|
124. tools#dash.............................|SpaceVim-layers-tools-dash|
|
||||||
125. tools#zeal.............................|SpaceVim-layers-tools-zeal|
|
125. tools#mpv...............................|SpaceVim-layers-tools-mpv|
|
||||||
126. treesitter.............................|SpaceVim-layers-treesitter|
|
126. tools#zeal.............................|SpaceVim-layers-tools-zeal|
|
||||||
127. ui.............................................|SpaceVim-layers-ui|
|
127. treesitter.............................|SpaceVim-layers-treesitter|
|
||||||
128. unite.......................................|SpaceVim-layers-unite|
|
128. ui.............................................|SpaceVim-layers-ui|
|
||||||
|
129. unite.......................................|SpaceVim-layers-unite|
|
||||||
7. Usage....................................................|SpaceVim-usage|
|
7. Usage....................................................|SpaceVim-usage|
|
||||||
1. buffers-and-files..................|SpaceVim-usage-buffers-and-files|
|
1. buffers-and-files..................|SpaceVim-usage-buffers-and-files|
|
||||||
2. command-line-mode..................|SpaceVim-usage-command-line-mode|
|
2. command-line-mode..................|SpaceVim-usage-command-line-mode|
|
||||||
@ -4815,6 +4816,18 @@ The `checkers` layer provides syntax linter for vue. you need to install the
|
|||||||
npm install -g eslint eslint-plugin-vue
|
npm install -g eslint eslint-plugin-vue
|
||||||
<
|
<
|
||||||
|
|
||||||
|
==============================================================================
|
||||||
|
LANG#WDL *SpaceVim-layers-lang-wdl*
|
||||||
|
|
||||||
|
This layer provides syntax highlighting for WDL file. and it is disabled by
|
||||||
|
default, to enable this layer, add following snippet to your SpaceVim
|
||||||
|
configuration file.
|
||||||
|
>
|
||||||
|
[[layers]]
|
||||||
|
name = 'lang#wdl'
|
||||||
|
<
|
||||||
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
LANG#WOLFRAM *SpaceVim-layers-lang-wolfram*
|
LANG#WOLFRAM *SpaceVim-layers-lang-wolfram*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user