Skip to content

Commit

Permalink
Enable syntax highlighting in language.varinit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
firasuke authored Apr 24, 2024
1 parent 832b2c0 commit 227a316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language.varinit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Prefer expressions to initialize variables and return values

```
```nim
let x =
if a > 4: 5
else: 6
Expand Down

0 comments on commit 227a316

Please sign in to comment.