We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The vim-mustache-handlebars plugin works great with curly templates. Install it, and then add the following to your .vimrc:
.vimrc
augroup curly autocmd! autocmd BufNewFile,BufRead *.curly set filetype=html.mustache syntax=mustache augroup END
In addition to syntax highlighting, etc. the plugin defines a e textobject so you can cie to change the inside of a {{curly_tag}}.
e
cie
{{curly_tag}}