feat: add autotag support for treesitter
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
return {
|
||||||
|
'windwp/nvim-ts-autotag',
|
||||||
|
ft = {
|
||||||
|
'astro',
|
||||||
|
'glimmer',
|
||||||
|
'handlebars',
|
||||||
|
'html',
|
||||||
|
'javascript',
|
||||||
|
'jsx',
|
||||||
|
'markdown',
|
||||||
|
'php',
|
||||||
|
'rescript',
|
||||||
|
'svelte',
|
||||||
|
'tsx',
|
||||||
|
'twig',
|
||||||
|
'typescript',
|
||||||
|
'vue',
|
||||||
|
'xml',
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
opts = {
|
||||||
|
enable_close_on_slash = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user