This commit is contained in:
asep.komarudin 2024-04-12 08:57:11 +07:00
parent 632465a3fd
commit 31c272d49d

View file

@ -114,7 +114,9 @@ return {
cur_width = cur_width + chunk_width cur_width = cur_width + chunk_width
end end
table.insert(result, { "", "NonText" }) table.insert(result, { "", "NonText" })
if vim.bo.filetype ~= "json" then
table.insert(result, { suffix, "TSPunctBracket" }) table.insert(result, { suffix, "TSPunctBracket" })
end
return result return result
end, end,
}) })