瀏覽代碼

Fix StyleConstsUntilChars as reported by Tim Chilvers.

Martijn Laan 4 年之前
父節點
當前提交
e95f49585d
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;