Skip to content

Commit

Permalink
Fix comment highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
commonkestrel committed Jul 20, 2024
1 parent ac7e134 commit 20d9edd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Before compiling, each instance of this identifier is replaced with the specifie
Unlike C, this does not support function-style definitions, meaning no arguments are allowed.

Syntax:
```asm
```rs
@define <identifier> <value>
```

Expand All @@ -217,14 +217,14 @@ A package is linked to an identifier through a rich comment, and can be either a


Syntax:
```asm
```rs
/// <package> = <path/git repository>
@include <<package>/<file path>>
```

Example:

```asm
```rs
/// error = https://github.com/commonkestrel/f8ful_os
@include <error/error.asm>
```
Expand Down

0 comments on commit 20d9edd

Please sign in to comment.