pangloss / vim-javascript

Vastly improved Javascript indentation and syntax support in Vim.
http://www.vim.org/scripts/script.php?script_id=4452
3.79k stars 357 forks source link

Highlight jsTemplateBrace #1219

Open leafOfTree opened 4 years ago

leafOfTree commented 4 years ago

Hi, I think the variable in the template string seems clearer if we highlight the jsTemplaetBrace group.

const a = `${abc} + 123`
Screen Shot 2020-08-13 at 6 39 43 PM Screen Shot 2020-08-13 at 6 42 03 PM