Closed ogirginc closed 2 years ago
Hey @ogirginc, does handlebars have a Treesitter parser? If so, you could probably configure similarly to this:
require'nvim-treesitter.configs'.setup {
context_commentstring = {
enable = true,
config = {
handlebars = '// %s'
}
}
}
How exactly do the injected comments work in handlebars?
I'll close this due to inactivity, not sure what the next steps here would be without a treesitter parser.
Is there a way to set
commentstring
for thehtml.handlebars
file type?