diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-05-15 15:44:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 15:44:10 -0700 |
commit | 7c13d1a4a836effd436f8bbcdf1d03113f4c48c6 (patch) | |
tree | 87d31c2bac12322cf5a54803110d66ff4be61f17 /scripts/gen_help_html.lua | |
parent | 007adde1994da7f25eaa0e6a4f402587afbc508d (diff) | |
parent | 4399c4932d7b0565932a667e051f6861b8293157 (diff) | |
download | rneovim-7c13d1a4a836effd436f8bbcdf1d03113f4c48c6.tar.gz rneovim-7c13d1a4a836effd436f8bbcdf1d03113f4c48c6.tar.bz2 rneovim-7c13d1a4a836effd436f8bbcdf1d03113f4c48c6.zip |
Merge #28747 from justinmk/doc
Diffstat (limited to 'scripts/gen_help_html.lua')
-rw-r--r-- | scripts/gen_help_html.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index 7051c8dbc3..d65f3aace2 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -63,10 +63,15 @@ local new_layout = { ['channel.txt'] = true, ['deprecated.txt'] = true, ['develop.txt'] = true, + ['dev_style.txt'] = true, + ['dev_theme.txt'] = true, + ['dev_tools.txt'] = true, + ['dev_vimpatch.txt'] = true, ['lua.txt'] = true, ['luaref.txt'] = true, ['news.txt'] = true, ['news-0.9.txt'] = true, + ['news-0.10.txt'] = true, ['nvim.txt'] = true, ['pi_health.txt'] = true, ['provider.txt'] = true, |