Use typescript treesitter configuration when editing tsx files
This commit is contained in:
parent
814913ff69
commit
7adad4fa58
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ local ansible_keywords = {
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.filetype.add {
|
vim.filetype.add {
|
||||||
|
extension = {
|
||||||
|
tsx = 'typescript'
|
||||||
|
},
|
||||||
|
|
||||||
pattern = {
|
pattern = {
|
||||||
['playbook*.y(a?)ml'] = 'yaml.ansible',
|
['playbook*.y(a?)ml'] = 'yaml.ansible',
|
||||||
['site*.y(a?)ml'] = 'yaml.ansible',
|
['site*.y(a?)ml'] = 'yaml.ansible',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue