Skip to content

Instantly share code, notes, and snippets.

@sirbrillig
Created December 27, 2015 23:50
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirbrillig/fc0630baf46a2c10667f to your computer and use it in GitHub Desktop.
Save sirbrillig/fc0630baf46a2c10667f to your computer and use it in GitHub Desktop.
Add ES2015 template strings to vim colorscheme
" Highlight ES6 template strings
hi link javaScriptTemplateDelim String
hi link javaScriptTemplateVar Text
hi link javaScriptTemplateString String
@sirbrillig
Copy link
Author

@chy4egg
Copy link

chy4egg commented Apr 3, 2019

Thanks a lot! It works well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment