Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 42b10cf

Browse files
committed
Use CSS selectors in scoped properties
1 parent ef0cef5 commit 42b10cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scoped-properties/folding.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"source.json": {
2+
".source.json": {
33
"editor": {
44
"foldEndPattern": "(?x: # turn on extended mode\n\t ^ # a line beginning with\n\t \\s* # some optional space\n\t [}\\]] # and the close of an object or array\n\t )"
55
}

scoped-properties/miscellaneous.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"source.json": {
2+
".source.json": {
33
"editor": {
44
"increaseIndentPattern": "^.*(\\{[^}]*|\\[[^\\]]*)$",
55
"decreaseIndentPattern": "^\\s*[}\\]],?\\s*$"

0 commit comments

Comments
 (0)