feat(extras): added recommended detectors for all languages
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
return {
|
||||
recommended = function()
|
||||
return LazyVim.extras.wants({
|
||||
ft = { "json", "jsonc", "json5" },
|
||||
})
|
||||
end,
|
||||
|
||||
-- add json to treesitter
|
||||
{
|
||||
|
Reference in New Issue
Block a user