1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

docs(wdl): add :h SpaceVim-layers-lang-wdl

This commit is contained in:
wsdjeg 2022-03-22 21:06:03 +08:00
parent db7dee960f
commit a4d20477dd
2 changed files with 42 additions and 18 deletions

View File

@ -6,6 +6,17 @@
" 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
let plugins = []

View File

@ -198,24 +198,25 @@ CONTENTS *SpaceVim-contents*
108. lang#vbnet.............................|SpaceVim-layers-lang-vbnet|
109. lang#vim.................................|SpaceVim-layers-lang-vim|
110. lang#vue.................................|SpaceVim-layers-lang-vue|
111. lang#wolfram.........................|SpaceVim-layers-lang-wolfram|
112. lang#xml.................................|SpaceVim-layers-lang-xml|
113. lang#xquery...........................|SpaceVim-layers-lang-xquery|
114. lang#zig.................................|SpaceVim-layers-lang-zig|
115. language server protocol......................|SpaceVim-layers-lsp|
116. leaderf...................................|SpaceVim-layers-leaderf|
117. mail.........................................|SpaceVim-layers-mail|
118. operator.................................|SpaceVim-layers-operator|
119. shell.......................................|SpaceVim-layers-shell|
120. ssh...........................................|SpaceVim-layers-ssh|
121. test.........................................|SpaceVim-layers-test|
122. tmux.........................................|SpaceVim-layers-tmux|
123. tools#dash.............................|SpaceVim-layers-tools-dash|
124. tools#mpv...............................|SpaceVim-layers-tools-mpv|
125. tools#zeal.............................|SpaceVim-layers-tools-zeal|
126. treesitter.............................|SpaceVim-layers-treesitter|
127. ui.............................................|SpaceVim-layers-ui|
128. unite.......................................|SpaceVim-layers-unite|
111. lang#wdl.................................|SpaceVim-layers-lang-wdl|
112. lang#wolfram.........................|SpaceVim-layers-lang-wolfram|
113. lang#xml.................................|SpaceVim-layers-lang-xml|
114. lang#xquery...........................|SpaceVim-layers-lang-xquery|
115. lang#zig.................................|SpaceVim-layers-lang-zig|
116. language server protocol......................|SpaceVim-layers-lsp|
117. leaderf...................................|SpaceVim-layers-leaderf|
118. mail.........................................|SpaceVim-layers-mail|
119. operator.................................|SpaceVim-layers-operator|
120. shell.......................................|SpaceVim-layers-shell|
121. ssh...........................................|SpaceVim-layers-ssh|
122. test.........................................|SpaceVim-layers-test|
123. tmux.........................................|SpaceVim-layers-tmux|
124. tools#dash.............................|SpaceVim-layers-tools-dash|
125. tools#mpv...............................|SpaceVim-layers-tools-mpv|
126. tools#zeal.............................|SpaceVim-layers-tools-zeal|
127. treesitter.............................|SpaceVim-layers-treesitter|
128. ui.............................................|SpaceVim-layers-ui|
129. unite.......................................|SpaceVim-layers-unite|
7. Usage....................................................|SpaceVim-usage|
1. buffers-and-files..................|SpaceVim-usage-buffers-and-files|
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
<
==============================================================================
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*