Kaydet (Commit) 9fdb014b authored tarafından Colomban Wendling's avatar Colomban Wendling

javascript: Partial highlighting of ES6 template strings

This doesn't support nested templates or escaped `es, but at least
handles the most obvious cases for now.

Part of #934.
üst 21b37f55
......@@ -7,6 +7,8 @@ primary=break case catch class const continue default delete do each else extend
secondary=Array Boolean Date Function Math Number Object String RegExp EvalError Error RangeError ReferenceError SyntaxError TypeError URIError constructor prototype decodeURI decodeURIComponent encodeURI encodeURIComponent eval isFinite isNaN parseFloat parseInt
[lexer_properties=C]
# partially handles ES6 template strings
lexer.cpp.backquoted.strings=1
[settings]
# default extension used when saving files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment