template-literal-comments.nvim

highlight languages embedded in ECMAScript template literals by adding a comment

MIT License

Stars
15
Committers
1

template-literal-comments.nvim

Highlight ECMAScript template literals by placing a comment before them

return { 'bennypowers/template-literal-comments.nvim',
  opts = true,
  ft = {
    'javascript',
    'typescript',
  }
}