Merge pull request #152 from MakeNowJust/es6-template-string

Add support for ES6 template literal
This commit is contained in:
Anthony Scopatz 2017-06-30 21:58:02 -05:00 committed by GitHub
commit fc08bf270a
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ color magenta "\\[0-7][0-7]?[0-7]?|\\x[0-9a-fA-F]+|\\[bfnrt'"\?\\]"
color brightblack "(^|[[:space:]])//.*"
color brightblack "/\*.+\*/"
color brightwhite,cyan "TODO:?"
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'|(`|\})(\\.|[^`$]|$[^{])*(\$\{|`)"
color ,green "[[:space:]]+$"
color ,red " + +| + +"