Skip to content

Commit db7dd4c

Browse files
committed
use default CodeRegionTags
1 parent 6b94975 commit db7dd4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public override void _Ready()
9595
LinesEditedFrom += OnLinesEditedFrom;
9696
GlobalEvents.Instance.SolutionAltered.Subscribe(OnSolutionAltered);
9797
GodotGlobalEvents.Instance.TextEditorThemeChanged.Subscribe(UpdateEditorThemeAsync);
98-
SetCodeRegionTags("#region", "#endregion");
9998
//AddGitGutter();
10099
var hScrollBar = GetHScrollBar();
101100
var vScrollBar = GetVScrollBar();

0 commit comments

Comments
 (0)