Merge branch 'feature-demo/auto-closing-config' of github.com:JacksonKearl/vscode into feature-demo/auto-closing-config

This commit is contained in:
Jackson Kearl 2018-07-24 13:41:00 -07:00
commit 75fec9f1fd
2 changed files with 4 additions and 0 deletions

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",

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",