mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs: also change "vimL" and "viml" to "Vimscript" (#24414)
This commit is contained in:
@ -34,6 +34,8 @@ local spell_dict = {
|
||||
neovim = 'Nvim',
|
||||
lua = 'Lua',
|
||||
VimL = 'Vimscript',
|
||||
vimL = 'Vimscript',
|
||||
viml = 'Vimscript',
|
||||
}
|
||||
local language = nil
|
||||
|
||||
|
Reference in New Issue
Block a user