aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_help_html.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-05-16 06:28:27 -0700
committerGitHub <noreply@github.com>2024-05-16 06:28:27 -0700
commit31dc6279693886a628119cd6c779e580faab32fd (patch)
tree9708e5d5609c4aa4ee63af801f6ab039c58c9736 /scripts/gen_help_html.lua
parentecee8ef8a9fd737b08e2840f6a0af501de46ce76 (diff)
downloadrneovim-31dc6279693886a628119cd6c779e580faab32fd.tar.gz
rneovim-31dc6279693886a628119cd6c779e580faab32fd.tar.bz2
rneovim-31dc6279693886a628119cd6c779e580faab32fd.zip
docs: news #28773
Diffstat (limited to 'scripts/gen_help_html.lua')
-rw-r--r--scripts/gen_help_html.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua
index 9f8b0f18ca..b33a94dca5 100644
--- a/scripts/gen_help_html.lua
+++ b/scripts/gen_help_html.lua
@@ -50,6 +50,7 @@ local spell_dict = {
local spell_ignore_files = {
['backers.txt'] = true,
['news.txt'] = { 'tree-sitter' }, -- in news, may refer to the upstream "tree-sitter" library
+ ['news-0.10.txt'] = { 'tree-sitter' },
}
local language = nil