mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:40:03 +08:00
docs(dockerfile): update dockerfile doc
merge https://github.com/SpaceVim/SpaceVim/pull/4744 Co-authored-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
This commit is contained in:
parent
1a6160e1cd
commit
297314e63e
@ -12,6 +12,11 @@
|
||||
" @subsection Intro
|
||||
"
|
||||
" The lang#dockerfile layer provides syntax highlighting for dockerfile.
|
||||
" By default it is disabled, to enable this layer:
|
||||
" >
|
||||
" [[layers]]
|
||||
" name = "lang#dockerfile"
|
||||
" <
|
||||
|
||||
function! SpaceVim#layers#lang#dockerfile#plugins() abort
|
||||
let plugins = []
|
||||
|
@ -2754,7 +2754,11 @@ LANG#DOCKERFILE *SpaceVim-layers-lang-dockerfile*
|
||||
|
||||
INTRO
|
||||
|
||||
The lang#dockerfile layer provides syntax highlighting for dockerfile.
|
||||
The lang#dockerfile layer provides syntax highlighting for dockerfile. By
|
||||
default it is disabled, to enable this layer:
|
||||
>
|
||||
<
|
||||
[[layers]] name = "lang#dockerfile" <
|
||||
|
||||
==============================================================================
|
||||
LANG#E *SpaceVim-layers-lang-e*
|
||||
|
Loading…
Reference in New Issue
Block a user