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

Commit 63e535b

Browse files
committed
Add [Code] to trigger syntax highlighting
1 parent 33d14e0 commit 63e535b

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/elixir_lookup.iss

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

17+
[Code]
18+
1719
function FindFirstReleaseOfType(Releases: array of TElixirRelease; ReleaseType: TElixirReleaseType): TElixirRelease;
1820
var
1921
i: Integer;

src/elixir_release.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
type
1719
TElixirReleaseType = (rtRelease, rtPrerelease, rtLatestRelease, rtLatestPrerelease, rtIncompatible);
1820

src/erlang_data.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
type
1719
TErlangData = record
1820
OTPVersion: String;

src/erlang_env.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 GetErlangPath(Of64Bit: Boolean; PrefVersion: String): String;
1719
var
1820
Versions: TArrayOfString;

0 commit comments

Comments
 (0)