Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 407 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 407 Bytes

Am Yisrael Chai - עם ישראל חי

template-literal-comments.nvim

Highlight ECMAScript template literals by placing a comment before them

js source showing multiple injected languages

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