Created
December 27, 2015 23:50
-
-
Save sirbrillig/fc0630baf46a2c10667f to your computer and use it in GitHub Desktop.
Add ES2015 template strings to vim colorscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Highlight ES6 template strings | |
hi link javaScriptTemplateDelim String | |
hi link javaScriptTemplateVar Text | |
hi link javaScriptTemplateString String |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requires https://github.com/jelera/vim-javascript-syntax