Add special case for js(x) template strings

This commit is contained in:
Jackson Kearl 2018-07-24 00:07:42 -07:00
parent 0e0fc93f16
commit 629c05f1f8

View file

@ -25,6 +25,7 @@
["\"", "\""],
["`", "`"]
],
"autoCloseBefore": ";:.,=}])>` \n\t",
"folding": {
"markers": {
"start": "^\\s*//\\s*#?region\\b",