Add more tree-sitter parsers

This commit is contained in:
Sonny Bakker 2025-02-07 09:51:22 +01:00
parent c2bbe6cf4a
commit eb14a601fb

View file

@ -7,8 +7,10 @@ local tree_sitter_config = require('nvim-treesitter.configs')
tree_sitter_config.setup { tree_sitter_config.setup {
ensure_installed = { ensure_installed = {
'lua', 'yaml', 'bash', 'python', 'javascript', 'css', 'scss', 'html', 'lua', 'yaml', 'bash', 'python', 'javascript', 'typescript', 'css', 'scss',
'htmldjango', 'json', 'dockerfile', 'markdown', 'html', 'htmldjango', 'sql', 'json', 'dockerfile', 'markdown', 'rst', 'tmux',
'xml', 'toml', 'editorconfig', 'diff', 'gitcommit', 'git_config', 'gitignore',
'gitattributes', 'make', 'nginx', 'vim', 'vimdoc', 'passwd', 'regex'
}, },
auto_install = true, auto_install = true,
highlight = { highlight = {