Skip to content

Commit

Permalink
Remove highlighting from REQUIRE code
Browse files Browse the repository at this point in the history
These blocks are not Julia code, but special REQUIRE file syntax
instead.
  • Loading branch information
mortenpi committed May 25, 2017
1 parent b710de9 commit c90c17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/manual/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ If a requirement line has leading words that begin with `@`, it is a system-depe
If your system matches these system conditionals, the requirement is included, if not, the requirement
is ignored. For example:

```julia
```
@osx Homebrew
```

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

```julia
```
@!windows
@unix @!osx
```
Expand Down

0 comments on commit c90c17f

Please sign in to comment.