mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +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
|
" @subsection 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"
|
||||||
|
" <
|
||||||
|
|
||||||
function! SpaceVim#layers#lang#dockerfile#plugins() abort
|
function! SpaceVim#layers#lang#dockerfile#plugins() abort
|
||||||
let plugins = []
|
let plugins = []
|
||||||
|
@ -2754,7 +2754,11 @@ LANG#DOCKERFILE *SpaceVim-layers-lang-dockerfile*
|
|||||||
|
|
||||||
INTRO
|
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*
|
LANG#E *SpaceVim-layers-lang-e*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user