Browse Source

Fix StyleConstsUntilChars as reported by Tim Chilvers.

Martijn Laan 4 năm trước cách đây
mục cha
commit
e95f49585d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Components/ScintStylerInnoSetup.pas

+ 4 - 0
Components/ScintStylerInnoSetup.pas

@@ -1633,6 +1633,10 @@ begin
         CommitStyle(stConstant);
     end;
   end;
+  if BraceLevel = 0 then
+    CommitStyle(NonConstStyle)
+  else
+    CommitStyleSqPending(stConstant);
 end;
 
 procedure TInnoSetupStyler.StyleNeeded;