Skip to content

Commit

Permalink
Merge pull request #11 from zacharylawrence/patch-1
Browse files Browse the repository at this point in the history
Add code folding markers
  • Loading branch information
Lencerf committed Jul 26, 2018
2 parents 9312469 + 63c1384 commit 147b04d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@
["\"", "\""],
["'", "'"]
],
"folding": {
"offSide": false,
"markers": {
"start": ";#region",
"end": ";#endregion"
}
},
"wordPattern": "[\\w:-]+|[\\d.]+|[\\d-/]|(\"[\\w- ]+\")"
}
}

0 comments on commit 147b04d

Please sign in to comment.