From 31a62882254a1578c9a750c5fb34d375901436e0 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 11 Feb 2015 16:14:15 +0300 Subject: [PATCH] matching brackets working finally - issue #19 is implemented --- src/dlangide/ui/dsourceedit.d | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dlangide/ui/dsourceedit.d b/src/dlangide/ui/dsourceedit.d index 2393dfd..312d559 100644 --- a/src/dlangide/ui/dsourceedit.d +++ b/src/dlangide/ui/dsourceedit.d @@ -253,7 +253,6 @@ class SimpleDSyntaxHighlighter : SyntaxHighlighter { return startPos; // continue } - return p; }