Skip to content

Commit c90c17f

Browse files
committed
Remove highlighting from REQUIRE code
These blocks are not Julia code, but special REQUIRE file syntax instead.
1 parent b710de9 commit c90c17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/manual/packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ If a requirement line has leading words that begin with `@`, it is a system-depe
10801080
If your system matches these system conditionals, the requirement is included, if not, the requirement
10811081
is ignored. For example:
10821082

1083-
```julia
1083+
```
10841084
@osx Homebrew
10851085
```
10861086

@@ -1098,7 +1098,7 @@ conditions that are currently supported are (hierarchically):
10981098
The `@unix` condition is satisfied on all UNIX systems, including Linux and BSD. Negated system
10991099
conditionals are also supported by adding a `!` after the leading `@`. Examples:
11001100

1101-
```julia
1101+
```
11021102
@!windows
11031103
@unix @!osx
11041104
```

0 commit comments

Comments
 (0)