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

docs(dockerfile): fix typo

This commit is contained in:
wsdjeg 2022-11-14 21:09:07 +08:00
parent 297314e63e
commit a2ee3119b5
2 changed files with 4 additions and 3 deletions

View File

@ -14,8 +14,8 @@
" The lang#dockerfile layer provides syntax highlighting for dockerfile.
" By default it is disabled, to enable this layer:
" >
" [[layers]]
" name = "lang#dockerfile"
" [[layers]]
" name = "lang#dockerfile"
" <
function! SpaceVim#layers#lang#dockerfile#plugins() abort

View File

@ -2757,8 +2757,9 @@ INTRO
The lang#dockerfile layer provides syntax highlighting for dockerfile. By
default it is disabled, to enable this layer:
>
[[layers]]
name = "lang#dockerfile"
<
[[layers]] name = "lang#dockerfile" <
==============================================================================
LANG#E *SpaceVim-layers-lang-e*