mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix bug with bracket matching when comment starts in column 1
This commit is contained in:
@@ -117,7 +117,6 @@ public class Brackets {
|
||||
final int len = text.length();
|
||||
for (pos++; pos < len; pos++)
|
||||
if (text.charAt(pos) == '\n') {
|
||||
pos++;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user