Same specialization for ts

This commit is contained in:
Jackson Kearl
2018-07-24 00:42:18 -07:00
parent 763e939bdd
commit 1655e6eb23

View File

@@ -25,6 +25,8 @@
["\"", "\""],
["`", "`"]
],
// add ` as an autocloseBefore because templated backtick strings are common
"autoCloseBefore": ";:.,=}])>` \n\t",
"folding": {
"markers": {
"start": "^\\s*//\\s*#?region\\b",