docs: also change "vimL" and "viml" to "Vimscript" (#24414)

This commit is contained in:
zeertzjq
2023-07-21 16:30:05 +08:00
committed by GitHub
parent 58f9486144
commit ca9f4a7cb1
6 changed files with 13 additions and 11 deletions

View File

@ -34,6 +34,8 @@ local spell_dict = {
neovim = 'Nvim',
lua = 'Lua',
VimL = 'Vimscript',
vimL = 'Vimscript',
viml = 'Vimscript',
}
local language = nil