diff options
Diffstat (limited to 'scripts/gen_help_html.lua')
-rw-r--r-- | scripts/gen_help_html.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index 1b997a5614..5e06830336 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -34,6 +34,8 @@ local spell_dict = { neovim = 'Nvim', lua = 'Lua', VimL = 'Vimscript', + vimL = 'Vimscript', + viml = 'Vimscript', } local language = nil |