windwp / nvim-ts-autotag

Use treesitter to auto close and auto rename html tag
MIT License
1.63k stars 87 forks source link

No support for astro files #84

Closed crazycodestar closed 1 year ago

crazycodestar commented 1 year ago

I add "astro" to the list of filetypes in my lua config but it dosen't still work in my astro project

require'nvim-treesitter.configs'.setup {
  autotag = {
    enable = true,
    filetypes = {
        'html', 'javascript', 'typescript', 'javascriptreact', 'typescriptreact', 'svelte', 'vue', 'tsx', 'jsx', 'rescript',
        'xml',
        'php',
        'markdown',
        'glimmer','handlebars','hbs',
        'astro'
    }
  }
}
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.