Skip to content

Commit 900f8a4

Browse files
committed
Improved region-comment folding support; fixes #306
1 parent 90289df commit 900f8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammars/kotlin.configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"folding": {
2929
"offSide": true,
3030
"markers": {
31-
"start": "^\\s*//\\s*#region",
32-
"end": "^\\s*//\\s*#endregion"
31+
"start": "^\\s*//\\s*#?region",
32+
"end": "^\\s*//\\s*#?endregion"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)