Browse Source

Autocomplete sort fix.

Martijn Laan 1 year ago
parent
commit
8e82428e00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Projects/Src/Compil32/ScintStylerInnoSetup.pas

+ 1 - 1
Projects/Src/Compil32/ScintStylerInnoSetup.pas

@@ -17,7 +17,7 @@ uses
 
 const
   InnoSetupStylerWordListSeparator = #9;
-  InnoSetupStylerWordListTypeSeparator = '?';
+  InnoSetupStylerWordListTypeSeparator = '!'; { Must sort before numbers - so the default '?' is not ok }
 
   { AutoComplete word types }
   awtScriptFunction = 0;