Skip to content

Commit

Permalink
Region fold support. Fix #459
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Oct 9, 2017
1 parent 10cd323 commit 06fd66d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Expand Up @@ -29,5 +29,11 @@
["\"", "\""],
["'", "'"],
["`", "`"]
]
],
"folding": {
"markers": {
"start": "^<(template|style|script)[^>]*>",
"end": "^</(template|style|script)>"
}
}
}
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -55,22 +55,22 @@
"extensions": [
".vue"
],
"configuration": "./languages/vue.json"
"configuration": "./languages/vue-language-configuration.json"
},
{
"id": "vue-html",
"aliases": [
"Vue-html"
],
"configuration": "./languages/vue-html.json"
"configuration": "./languages/vue-html-language-configuration.json"
},
{
"id": "postcss",
"aliases": [
"PostCSS",
"POSTCSS"
],
"configuration": "./languages/postcss.json"
"configuration": "./languages/postcss-language-configuration.json"
}
],
"grammars": [
Expand Down

0 comments on commit 06fd66d

Please sign in to comment.