mirror of
https://github.com/neovim/neovim.git
synced 2025-11-13 05:48:51 +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