Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit a4fed6f

Browse files
committed
Add [Code] to util.iss for syntax highlighting
1 parent 0db9c00 commit a4fed6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util.iss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16+
[Code]
17+
1618
function SplitStringRec(Str: String; Delim: String; StrList: TStringList): TStringList;
1719
var
1820
StrHead: String;

0 commit comments

Comments
 (0)