Use typescript treesitter configuration when editing tsx files

This commit is contained in:
Sonny Bakker 2026-06-23 12:37:13 +02:00
parent 814913ff69
commit 7adad4fa58

View file

@ -12,6 +12,10 @@ local ansible_keywords = {
}
vim.filetype.add {
extension = {
tsx = 'typescript'
},
pattern = {
['playbook*.y(a?)ml'] = 'yaml.ansible',
['site*.y(a?)ml'] = 'yaml.ansible',