This commit is contained in:
Justin M. Keyes
2024-05-16 06:28:27 -07:00
committed by GitHub
parent ecee8ef8a9
commit 31dc627969
4 changed files with 562 additions and 410 deletions

View File

@ -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