feat(treesitter): add more languages to defaults

This commit is contained in:
Oliver Ladner 2025-03-17 09:45:46 +01:00
commit e92bba8321

View file

@ -48,6 +48,9 @@ return {
"editorconfig", "editorconfig",
"http", "http",
"make", "make",
"toml",
"latex",
"sql",
}, },
incremental_selection = { incremental_selection = {
enable = true, enable = true,