Add jinja & git rebase treesitter parsers

This commit is contained in:
Sonny Bakker 2026-08-07 10:18:42 +02:00
parent 96e3cd7c3b
commit 8c4676927d

View file

@ -6,8 +6,8 @@ local tree_sitter_config = require('nvim-treesitter')
local ensure_installed = {
'lua', 'yaml', 'bash', 'python', 'javascript', 'typescript', 'jsx', 'tsx', 'css', 'scss',
'html', 'htmldjango', 'sql', 'json', 'dockerfile', 'markdown', 'rst', 'tmux',
'xml', 'toml', 'editorconfig', 'diff', 'gitcommit', 'git_config', 'gitignore',
'html', 'htmldjango', 'jinja', 'sql', 'json', 'dockerfile', 'markdown', 'rst', 'tmux',
'xml', 'toml', 'editorconfig', 'diff', 'gitcommit', 'git_config', 'git_rebase', 'gitignore',
'gitattributes', 'make', 'nginx', 'vim', 'vimdoc', 'passwd', 'regex'
}