Closed peterhpchen closed 2 years ago
Astro is a web framework. It has its own file type .astro.
.astro
https://astro.build/
It can be set up by the following:
require'nvim-treesitter.configs'.setup { context_commentstring = { enable = true, config = { astro = '<!-- %s -->' } } }
Can you support it by default? I would love to send a pull request for this change if you need it.
Hey! Of course, will gladly accept a PR 😄
Astro is a web framework. It has its own file type
.astro
.https://astro.build/
It can be set up by the following:
Can you support it by default? I would love to send a pull request for this change if you need it.